diff options
author | Mark Pulford <mark@kyne.com.au> | 2012-01-17 00:12:01 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2012-03-04 18:54:35 +1030 |
commit | e3b3da50f10096de12bb6b47156dd2c94c373a19 (patch) | |
tree | 6d5505788932e7b20ba332c7926f8d3f9b17603d | |
parent | 0c10a5691e43d4ba12e4e6f03505b0954fa9510d (diff) | |
download | lua-cjson-e3b3da50f10096de12bb6b47156dd2c94c373a19.tar.gz lua-cjson-e3b3da50f10096de12bb6b47156dd2c94c373a19.tar.bz2 lua-cjson-e3b3da50f10096de12bb6b47156dd2c94c373a19.zip |
Update archive download URL
-rw-r--r-- | lua-cjson-1.0devel-1.rockspec | 2 | ||||
-rw-r--r-- | lua-cjson.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lua-cjson-1.0devel-1.rockspec b/lua-cjson-1.0devel-1.rockspec index c4975af..cc17f5a 100644 --- a/lua-cjson-1.0devel-1.rockspec +++ b/lua-cjson-1.0devel-1.rockspec | |||
@@ -2,7 +2,7 @@ package = "lua-cjson" | |||
2 | version = "1.0devel-1" | 2 | version = "1.0devel-1" |
3 | 3 | ||
4 | source = { | 4 | source = { |
5 | url = "http://www.kyne.com.au/~mark/software/lua-cjson-1.0devel.zip", | 5 | url = "http://www.kyne.com.au/~mark/software/download/lua-cjson-1.0devel.zip", |
6 | } | 6 | } |
7 | 7 | ||
8 | description = { | 8 | description = { |
diff --git a/lua-cjson.spec b/lua-cjson.spec index 2c8b496..f7b91e5 100644 --- a/lua-cjson.spec +++ b/lua-cjson.spec | |||
@@ -10,7 +10,7 @@ Summary: A fast JSON encoding/parsing library for Lua | |||
10 | Group: Development/Libraries | 10 | Group: Development/Libraries |
11 | License: MIT | 11 | License: MIT |
12 | URL: http://www.kyne.com.au/~mark/software/lua-cjson/ | 12 | URL: http://www.kyne.com.au/~mark/software/lua-cjson/ |
13 | Source0: http://www.kyne.com.au/~mark/software/lua-cjson/lua-cjson-%{version}.tar.gz | 13 | Source0: http://www.kyne.com.au/~mark/software/lua-cjson/download/lua-cjson-%{version}.tar.gz |
14 | BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) | 14 | BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) |
15 | 15 | ||
16 | BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver} | 16 | BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver} |