aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pastebinc
diff options
context:
space:
mode:
authorJeremy Thomerson <jeremy@thomersonfamily.com>2011-09-01 18:57:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-09-09 16:54:33 +0000
commitea2ae6eb2d732e7e2530b6a04c1519c9c9b9a057 (patch)
treedaab32f62d74b3dd2c08d9adec7be51946814570 /testing/pastebinc
parent6d925ded4d1801635b579b2a644a5495c87f1a8b (diff)
testing/pastebinc: upgrade to latest 0.9.1
Diffstat (limited to 'testing/pastebinc')
-rw-r--r--testing/pastebinc/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/pastebinc/APKBUILD b/testing/pastebinc/APKBUILD
index d40962f0b7a..65eaddbc9c9 100644
--- a/testing/pastebinc/APKBUILD
+++ b/testing/pastebinc/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Jeremy Thomerson <jeremy@thomersonfamily.com>
# Maintainer: Jeremy Thomerson <jeremy@thomersonfamily.com>
pkgname=pastebinc
-pkgver=0.9
+pkgver=0.9.1
pkgrel=0
pkgdesc="utility to pipe data into a paste on pastebin.com or a similar site"
url="https://github.com/jthomerson/pastebinc"
@@ -12,8 +12,8 @@ depends_dev=
makedepends="wget glib-dev curl-dev"
install=""
subpackages=""
-source="saveas-https://github.com/jthomerson/pastebinc/tarball/RELEASE_0.9-BETA/$pkgname-$pkgver-$pkgrel.tar.gz"
-_builddir="$srcdir/jthomerson-pastebinc-8dbb86b"
+source="saveas-https://github.com/jthomerson/pastebinc/tarball/RELEASE_0.9.1/$pkgname-$pkgver-$pkgrel.tar.gz"
+_builddir="$srcdir/jthomerson-pastebinc-e16f22d"
makeparams="VERSION=$pkgver-$pkgrel CONFDIR=/etc/pastebinc"
@@ -38,4 +38,4 @@ package() {
make $makeparams DESTDIR="$pkgdir" install || return 1
}
-md5sums="a1620a9d04ecb79f42ede3768987567a pastebinc-0.9-0.tar.gz"
+md5sums="68a1c51b2fa39ecb6fd29a14f2e9f591 pastebinc-0.9.1-0.tar.gz"