diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-07-27 19:34:28 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-07-27 19:34:28 +0000 |
commit | 7f7eb3bbbf19a43f056f1d1742e12ed2374c7e52 (patch) | |
tree | ef4fa7db481e6fd07601416215044ee660eb463b /testing/jo | |
parent | 0f9cf292309da0b42d2ccf4b0ccc093b8dd296eb (diff) | |
download | aports-7f7eb3bbbf19a43f056f1d1742e12ed2374c7e52.tar.bz2 aports-7f7eb3bbbf19a43f056f1d1742e12ed2374c7e52.tar.xz |
testing/jo: upgrade to 1.2
Diffstat (limited to 'testing/jo')
-rw-r--r-- | testing/jo/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/jo/APKBUILD b/testing/jo/APKBUILD index 5f12a20371..a14af584bb 100644 --- a/testing/jo/APKBUILD +++ b/testing/jo/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Orion <systmkor@gmail.com> # Maintainer: Orion <systmkor@gmail.com> pkgname=jo -pkgver=1.1 +pkgver=1.2 pkgrel=0 pkgdesc="JSON output from a shell" url="https://github.com/jpmens/jo/" arch="all" license="GPL-2.0" subpackages="$pkgname-doc" -source="https://github.com/jpmens/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz" +source="https://github.com/jpmens/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" builddir=${srcdir}/${pkgname}-${pkgver} @@ -34,4 +34,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="170b86f7eff6cf2a06bf60e98982cc1d4cae11802e6149bf5fca9d4d8910abd1e960619209f3330c140abbac69d76386eafdae627ed4fc5aa1f36c9ee57ffc5a jo-1.1.tar.gz" +sha512sums="72dd61bf5b9882c1cd5f6b62b2c9f6b0141546168915a389876712c82388f3105a5b91ffd3775b15c3a8bfb0d7f577ccb29a2fb4d3d7b85416d87d07047312c3 jo-1.2.tar.gz" |