Skip to content

Commit

Permalink
two space indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tock203 committed Sep 17, 2018
1 parent 17fd107 commit cf2ff1a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
24 changes: 12 additions & 12 deletions poly1305-1.0-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ package = "poly1305"
version = "1.0-1"

source = {
url = "git://github.com/tock203/poly1305.lua.git",
tag = "v1.0"
url = "git://github.com/tock203/poly1305.lua.git",
tag = "v1.0"
}

description = {
summary = "C binding for https://github.com/floodyberry/poly1305-donna",
homepage = "http://github.com/tock203/poly1305-donna",
license = "MIT",
summary = "C binding for https://github.com/floodyberry/poly1305-donna",
homepage = "http://github.com/tock203/poly1305-donna",
license = "MIT",
}

dependencies = {"lua == 5.2"}

build = {
type = "builtin",
modules = {
poly1305 = {
sources = {"binding.c", "poly1305-donna/poly1305-donna.c"},
libraries = {"lua5.2"},
incdirs = {"./poly1305-donna"}
}
type = "builtin",
modules = {
poly1305 = {
sources = {"binding.c", "poly1305-donna/poly1305-donna.c"},
libraries = {"lua5.2"},
incdirs = {"./poly1305-donna"}
}
}
}
22 changes: 11 additions & 11 deletions poly1305-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@ package = "poly1305"
version = "scm-1"

source = {
url = "git://github.com/tock203/poly1305.git",
url = "git://github.com/tock203/poly1305.git",
}

description = {
summary = "C binding for https://github.com/floodyberry/poly1305-donna",
homepage = "http://github.com/tock203/poly1305-donna",
license = "MIT",
summary = "C binding for https://github.com/floodyberry/poly1305-donna",
homepage = "http://github.com/tock203/poly1305-donna",
license = "MIT",
}

dependencies = {"lua == 5.2"}

build = {
type = "builtin",
modules = {
poly1305 = {
sources = {"binding.c", "poly1305-donna/poly1305-donna.c"},
libraries = {"lua5.2"},
incdirs = {"./poly1305-donna"}
}
type = "builtin",
modules = {
poly1305 = {
sources = {"binding.c", "poly1305-donna/poly1305-donna.c"},
libraries = {"lua5.2"},
incdirs = {"./poly1305-donna"}
}
}
}

0 comments on commit cf2ff1a

Please sign in to comment.