From aa84930631b516dd73ced7ebe5fe1b3d25eea663 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 28 Apr 2018 14:44:18 +0200 Subject: [PATCH] community/lua-depgraph: upgrade to 0.2.0 --- community/lua-depgraph/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/lua-depgraph/APKBUILD b/community/lua-depgraph/APKBUILD index 3d5a930099f..0a77c92f087 100644 --- a/community/lua-depgraph/APKBUILD +++ b/community/lua-depgraph/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Jakub Jirutka 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"