diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-04-28 14:44:18 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-04-28 14:44:30 +0200 |
commit | aa84930631b516dd73ced7ebe5fe1b3d25eea663 (patch) | |
tree | dea53eef9783b8e1a2c68ffc948230037b570059 /community/lua-depgraph | |
parent | 15374f9423414cdb1132dfb68be0f15ac49ed9d3 (diff) | |
download | aports-aa84930631b516dd73ced7ebe5fe1b3d25eea663.tar.bz2 aports-aa84930631b516dd73ced7ebe5fe1b3d25eea663.tar.xz |
community/lua-depgraph: upgrade to 0.2.0
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" |