aboutsummaryrefslogtreecommitdiffstats
path: root/community/one-context
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-10-23 12:46:42 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-10-23 12:49:35 +0200
commit1bdc33e53426118970c3122cf718e4eb00bd9cb2 (patch)
tree9e2ea52b0a77cc14460b823367f115dbecb7685d /community/one-context
parent2bb9ce2b3f960a3b8bfd71bda6a5998bdfa56f6c (diff)
downloadaports-1bdc33e53426118970c3122cf718e4eb00bd9cb2.tar.bz2
aports-1bdc33e53426118970c3122cf718e4eb00bd9cb2.tar.xz
community/one-context: upgrade to 0.5.3
Diffstat (limited to 'community/one-context')
-rw-r--r--community/one-context/APKBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/community/one-context/APKBUILD b/community/one-context/APKBUILD
index 531e5a53aa..ad28687381 100644
--- a/community/one-context/APKBUILD
+++ b/community/one-context/APKBUILD
@@ -1,25 +1,20 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=one-context
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=0
pkgdesc="Contextualization scripts for OpenNebula guests"
url="https://github.com/jirutka/one-context/"
arch="noarch"
license="MIT"
depends="blkid"
-makedepends=""
source="$pkgname-$pkgver.tar.gz::https://github.com/jirutka/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
-build() {
- return 0
-}
-
package() {
cd "$builddir"
PREFIX=/usr DESTDIR="$pkgdir" DISTRO=alpine ./install
}
-sha512sums="7f9b9af2257b378cc95a4cffece30a8a33db5113933b12ec06455de8bd327f72c2329715b3466e50ae7cb2381ccb117145fe9830b2d5111fe526e51eeb3032f0 one-context-0.5.2.tar.gz"
+sha512sums="d8b6632269fa928c9bb8140f6c90f7ad561307792ea6217363d2c3c67bed10b2844a9c74b9ff469026c8664cd244e883f5cc9728beda0edd4d2f83c21115b4c3 one-context-0.5.3.tar.gz"