diff options
Diffstat (limited to 'community/lua-depgraph')
-rw-r--r-- | community/lua-depgraph/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/lua-depgraph/APKBUILD b/community/lua-depgraph/APKBUILD index 3d5a930099..0a77c92f08 100644 --- a/community/lua-depgraph/APKBUILD +++ b/community/lua-depgraph/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=lua-depgraph _pkgname=depgraph -pkgver=0.1.1 -pkgrel=1 +pkgver=0.2.0 +pkgrel=0 pkgdesc="A library and CLI tool for analyzing graph of dependencies between Lua modules" url="https://github.com/mpeterv/depgraph" arch="noarch" @@ -62,4 +62,4 @@ _subpackage() { echo 'rock_manifest = {}' > "$rockdir"/rock_manifest } -sha512sums="2ea8f2907da25cf17754f1a526f390a7e532644198c03fecdf1b8ffd48c7737464b80046b9b088554abeb3f05b026f9ebdfc07a1977dc84b19e32ad418f15e4a lua-depgraph-0.1.1.tar.gz" +sha512sums="1d399c7ba671fbae14a42696ca024a1c778db2df7dff81736f8d5e74fde547f2b74440ab2ab8f4e6c3ca60139ad7efc39a1c155608370b1c4572ce818edd4af5 lua-depgraph-0.2.0.tar.gz" |