summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-06-03 11:30:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-06-03 11:30:24 +0000
commit1dca5edaa36148a8e652d1b8130be6934800f85f (patch)
tree1f5f127fbc0d57cff7393b5835831b048d552ee9 /testing
parentddc8db1258f56b86514ec6c4de1d2f63b09bad1c (diff)
downloadaports-1dca5edaa36148a8e652d1b8130be6934800f85f.tar.bz2
aports-1dca5edaa36148a8e652d1b8130be6934800f85f.tar.xz
testing/fossil: upgrade to 1.33
Diffstat (limited to 'testing')
-rw-r--r--testing/fossil/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/fossil/APKBUILD b/testing/fossil/APKBUILD
index b4ce3a1d4..c9befb1d5 100644
--- a/testing/fossil/APKBUILD
+++ b/testing/fossil/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Paul Onyschuk <blink@bojary.koba.pl>
# Maintainer:
pkgname=fossil
-pkgver=1.32
+pkgver=1.33
pkgrel=0
pkgdesc="Simple, high-reliability, distributed software configuration management"
url="http://www.fossil-scm.org"
@@ -11,7 +11,7 @@ depends=""
makedepends="openssl-dev zlib-dev"
source="http://www.fossil-scm.org/download/$pkgname-src-$pkgver.tar.gz"
-_builddir="$srcdir"/$pkgname-$pkgver
+_builddir="$srcdir"/$pkgname-src-$pkgver
build() {
cd "$_builddir"
./configure \
@@ -27,6 +27,6 @@ package() {
install -Dm 755 $pkgname "$pkgdir"/usr/bin/$pkgname || return 1
}
-md5sums="ddf352925a795e574925505b9344a58e fossil-src-1.32.tar.gz"
-sha256sums="cd79c333eb9e86fbb8c17bf5cdf31c387e4ab768eede623aed21adfdbcad686e fossil-src-1.32.tar.gz"
-sha512sums="848a0f91e90b634981f8640805ccfb63069f938a488ff97a81fe3607241df0df82e01d61c1ba54b7362d6b17a58d22aac71a4f4f11d3273431ed51256f4fd7ee fossil-src-1.32.tar.gz"
+md5sums="53f8145084a2065d6cb734980c172c7e fossil-src-1.33.tar.gz"
+sha256sums="6295c48289456f09e86099988058a12148dbe0051b72d413b4dff7216d6a7f3e fossil-src-1.33.tar.gz"
+sha512sums="8d00c3fd49e62b39c49f60232e847decd1870278e23ea20dea34a42386e90a7bdd539d8a4c98394586afe34d7923a4369ae68cecf21aa3cb80b9ea9422a55d08 fossil-src-1.33.tar.gz"