diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-05 15:38:02 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-05 15:45:30 +0100 |
commit | 3c90960be146b60bd25af0c35d5ce71d98211546 (patch) | |
tree | c0c6868b0e25017d7ef53815272068891ee2e08f /community/ruby-mustache | |
parent | 3e82f61c6802cd11c94f1010f16a0bf6d0613903 (diff) | |
download | aports-3c90960be146b60bd25af0c35d5ce71d98211546.tar.bz2 aports-3c90960be146b60bd25af0c35d5ce71d98211546.tar.xz |
community/ruby-mustache: upgrade to 1.1.1
Diffstat (limited to 'community/ruby-mustache')
-rw-r--r-- | community/ruby-mustache/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ruby-mustache/APKBUILD b/community/ruby-mustache/APKBUILD index ed6b533013..a4e1bc7901 100644 --- a/community/ruby-mustache/APKBUILD +++ b/community/ruby-mustache/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=ruby-mustache _gemname=mustache -pkgver=1.1.0 -pkgrel=1 +pkgver=1.1.1 +pkgrel=0 pkgdesc="Logic-less Ruby templates" url="https://mustache.github.io/" arch="noarch" @@ -40,5 +40,5 @@ package() { rm -r test man Rakefile *.md } -sha512sums="a6465aef61083b5eb56f7495917af7afdef5dda8bceec591738b2fb5ac58ef757a0339fc296f29159670414dbae361792db91886d43d1399ce1c911aa50f2534 ruby-mustache-1.1.0.tar.gz +sha512sums="3bfe85698ffc95828cb2c6d7ee77049a7dab3a60313289cb0b19e9210d17e4de043df913784c5322a0d9d2073ee6be66f973df9b290e939a0eab153727c31fab ruby-mustache-1.1.1.tar.gz 1d457e4f059aabb76f2b84fbebb513a3872715b83508528f06c8de5ea98262a4e266c154fa8cf3f5cae0a9fff6e0b82e0c2278f7979ac27a60b202b825b41e5e skip-simplecov.patch" |