diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-04-03 20:48:33 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:46:00 +0700 |
commit | aa8f96ce33403d2314fcb6e563371f4795f7c66a (patch) | |
tree | a53b4f58b88e45e011ae7b52b349923f57deb331 /libraries/luadbi/luadbi.info | |
parent | 314bd3d000d7e90aa17f0b1a726f2ddc01f98705 (diff) |
libraries/luadbi: Updated for version 0.7.2.
This needed an upgrade to work with latest postgres version on
slackbuilds.org.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/luadbi/luadbi.info')
-rw-r--r-- | libraries/luadbi/luadbi.info | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/luadbi/luadbi.info b/libraries/luadbi/luadbi.info index 355412457dd17..9acd7b515873b 100644 --- a/libraries/luadbi/luadbi.info +++ b/libraries/luadbi/luadbi.info @@ -1,8 +1,8 @@ PRGNAM="luadbi" -VERSION="0.5" -HOMEPAGE="https://luarocks.org/modules/luarocks/luadbi" -DOWNLOAD="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/luadbi/luadbi.0.5.tar.gz" -MD5SUM="ede2b003aadddc151aac87050c3d926e" +VERSION="0.7.2" +HOMEPAGE="https://github.com/mwild1/luadbi" +DOWNLOAD="https://github.com/mwild1/luadbi/archive/v0.7.2/luadbi-0.7.2.tar.gz" +MD5SUM="8e80fdc9ea25845c17e9268b75980b85" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua" |