diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-10-28 13:12:22 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-10-28 13:12:22 +0100 |
commit | 264fdbef02445f173245eb1e45109c63300c6ec5 (patch) | |
tree | dfc71254f687d9e97a04a94ccc42c1a4e6d9719e /main/one-context | |
parent | 4a696c3d4810c331859a8623b2c7b7e94db9e14a (diff) | |
download | aports-264fdbef02445f173245eb1e45109c63300c6ec5.tar.bz2 aports-264fdbef02445f173245eb1e45109c63300c6ec5.tar.xz |
main/one-context: upgrade to 0.5.5
Diffstat (limited to 'main/one-context')
-rw-r--r-- | main/one-context/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/one-context/APKBUILD b/main/one-context/APKBUILD index 13d1540bc5..44a2e1ac8e 100644 --- a/main/one-context/APKBUILD +++ b/main/one-context/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=one-context -pkgver=0.5.4 +pkgver=0.5.5 pkgrel=0 pkgdesc="Contextualization scripts for OpenNebula guests" url="https://github.com/jirutka/one-context/" arch="noarch" license="MIT" depends="blkid" -source="$pkgname-$pkgver.tar.gz::https://github.com/jirutka/$pkgname/archive/v$pkgver.tar.gz" +source="https://github.com/jirutka/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" package() { @@ -17,4 +17,4 @@ package() { PREFIX=/usr DESTDIR="$pkgdir" DISTRO=alpine ./install } -sha512sums="5cc67450556ffd39708438a9ef53fe4a37bd2b0ab48665ab5bda01d29248937db8e20a92638d81b7cebc15335c4519b75f14d1ae17e8a6eb47213ca2f58f70c4 one-context-0.5.4.tar.gz" +sha512sums="7d82a77a766ccf050b1f46aaa5ef43b0cdeb4413ef65d9304c965eacfe1ba293b693963513e5f3e98e104c93353b5a0429894f28a8f9a9cdd6c64d6579a2a548 one-context-0.5.5.tar.gz" |