Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjois committed May 29, 2017
1 parent a9418a3 commit f559dac
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 22 deletions.
22 changes: 0 additions & 22 deletions luaucdn-0.0.6-0.rockspec

This file was deleted.

25 changes: 25 additions & 0 deletions luaucdn-0.0.7-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
package = "luaucdn"
version = "0.0.7-1"
source = {
url = "git+https://github.com/deepakjois/luaucdn",
tag = "v0.0.7"
}
description = {
summary = "Lua bindings for ucdn",
homepage = "https://github.com/deepakjois/luaucdn",
license = "MIT",
maintainer = "Deepak Jois <[email protected]>"
}
dependencies = {
"lua >= 5.2"
}
build = {
type = "builtin",
modules = {
luaucdn = {
"src/luaucdn/ucdn.c",
"src/luaucdn/luaucdn.c"
},
ucdn = "src/ucdn.lua"
}
}

0 comments on commit f559dac

Please sign in to comment.