diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-20 18:19:07 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-20 18:19:33 +0100 |
commit | 10eaac6918845c24f5043bd6eab8a91257a965dc (patch) | |
tree | 891d14b2e32d491c1e00ca4969f1d983a567a411 /community/esh | |
parent | 954391ce7493439d12180d5c5118dee26f8ac587 (diff) | |
download | aports-10eaac6918845c24f5043bd6eab8a91257a965dc.tar.bz2 aports-10eaac6918845c24f5043bd6eab8a91257a965dc.tar.xz |
community/esh: upgrade to 0.1.1
Diffstat (limited to 'community/esh')
-rw-r--r-- | community/esh/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/esh/APKBUILD b/community/esh/APKBUILD index 5a31575971..fd77f41980 100644 --- a/community/esh/APKBUILD +++ b/community/esh/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=esh -pkgver=0.1.0 +pkgver=0.1.1 pkgrel=0 pkgdesc="Simple template system based on shell" url="https://github.com/jirutka/esh" @@ -22,4 +22,4 @@ package() { make DESTDIR="$pkgdir" prefix=/usr install } -sha512sums="79b9e66f7991f7e4d64557367a8fec5698c2efc9454bab644206fc14aed6b829973a2d475d6117c34a2ed9f86472075abbb49eaef04e88d719579a29f90449b8 esh-0.1.0.tar.gz" +sha512sums="dd952e87379c48cc99e34d1c5e3bb323e7b2d3a2f9bffcd5d9770889439bc96d69c5fb85531c116776855c7704835ff6f020e3f5e703dd0525ec850a1be10c19 esh-0.1.1.tar.gz" |