diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-07-02 23:07:50 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-07-02 23:08:13 +0200 |
commit | aa52dccc8a8b0ca280046651baa34e527f9fc11d (patch) | |
tree | b4e7fbdfb5655d15db6c5b5c66bd54ee8f3e345b /community/one-context | |
parent | 25f4e7e55960c8dff2d88c99c71ddcd40d9720b0 (diff) | |
download | aports-aa52dccc8a8b0ca280046651baa34e527f9fc11d.tar.bz2 aports-aa52dccc8a8b0ca280046651baa34e527f9fc11d.tar.xz |
community/one-context: upgrade to 0.5.1
Diffstat (limited to 'community/one-context')
-rw-r--r-- | community/one-context/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/one-context/APKBUILD b/community/one-context/APKBUILD index 7174119aa0..0de75b578e 100644 --- a/community/one-context/APKBUILD +++ b/community/one-context/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=one-context -pkgver=0.5.0 +pkgver=0.5.1 pkgrel=0 pkgdesc="Contextualization scripts for OpenNebula guests" url="https://github.com/jirutka/one-context/" @@ -22,6 +22,4 @@ package() { PREFIX=/usr DESTDIR="$pkgdir" DISTRO=alpine ./install } -md5sums="c6fa5410cb9bade55964c49b7ee6a682 one-context-0.5.0.tar.gz" -sha256sums="2cdb56a18bdf47855aa17ac956caa4b5ee8f965eb5d61e1c9395d1cb2c79df6f one-context-0.5.0.tar.gz" -sha512sums="bef5d6d7b35350b20c94229fba3070e72c349a089f49d376a2a0e467a3b7f5c11a8a9baafd63cbc5d05b62ebd389d40fe71566147ee7598ac2d44a553f9a58a9 one-context-0.5.0.tar.gz" +sha512sums="fb790a37673ce6306f8a685ecf922b37a2a2c3bbe382c3382f93b016147e25d007acff3dd06d0e104f194c57f01eb312413fe124dbf4be6d2aad70d3f8f4d4de one-context-0.5.1.tar.gz" |