aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-11-20 01:00:00 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-11-20 01:00:56 +0100
commit0f3169c514d24e886fc78b4b38ab807e01a5bc35 (patch)
treefd7ae4285cb0899071ef8410b9440f78f1851de8 /community
parentd2e3d65478c9df48fe6b174254c9f5dee3b84b41 (diff)
downloadaports-0f3169c514d24e886fc78b4b38ab807e01a5bc35.tar.bz2
aports-0f3169c514d24e886fc78b4b38ab807e01a5bc35.tar.xz
community/pspg: upgrade to 0.6
Diffstat (limited to 'community')
-rw-r--r--community/pspg/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pspg/APKBUILD b/community/pspg/APKBUILD
index fa2c5917c8..84af2cf3fc 100644
--- a/community/pspg/APKBUILD
+++ b/community/pspg/APKBUILD
@@ -1,14 +1,14 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=pspg
-pkgver=0.3
+pkgver=0.6
pkgrel=0
pkgdesc="A unix pager optimized for psql"
url="https://github.com/okbob/pspg"
arch="all"
license="BSD-2-Clause"
makedepends="ncurses-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/okbob/$pkgname/archive/v$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/okbob/$pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
build() {
@@ -32,4 +32,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="36719967bf9a74788d0f383ce38d9dde0d02e1f57b38d9957a93abfff5f4050531427db2a1de5ad8717a926ec37bd572ed2e2ad7155f6f77e61d57df935f5ec9 pspg-0.3.tar.gz"
+sha512sums="0689bb26a7d41df33ca15be47b829096974ace85b8fbc2725a5e710f92f9ab9caf000fc7d9bd09fd6a88a61a4c2df41cd291133865f89e3679a54af88c3fc0ab pspg-0.6.tar.gz"