diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-03 09:29:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-03 09:29:19 +0000 |
commit | bb5a24a437da909e5b24cdea2d58545bcf43acf0 (patch) | |
tree | 159b91f77ebd5cf414c88bf7d6c53dbd78489f99 /main/libcroco/APKBUILD | |
parent | 95c6f23fc4f43fd639f8d6a6abed8343a788eda7 (diff) | |
download | aports-bb5a24a437da909e5b24cdea2d58545bcf43acf0.zip |
main/libcroco: upgrade to 0.6.9
Diffstat (limited to 'main/libcroco/APKBUILD')
-rw-r--r-- | main/libcroco/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/main/libcroco/APKBUILD b/main/libcroco/APKBUILD index c5f2074c1b9..deef394aeba 100644 --- a/main/libcroco/APKBUILD +++ b/main/libcroco/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libcroco -pkgver=0.6.8 +pkgver=0.6.9 pkgrel=0 pkgdesc="GNOME CSS2 parsing and manipulation toolkit" url="http://www.gnome.org" @@ -17,7 +17,6 @@ _builddir="$srcdir/$pkgname-$pkgver" prepare() { cd "$_builddir" - update_config_sub || return 1 } build() { @@ -35,4 +34,6 @@ package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 } -md5sums="767e73c4174f75b99695d4530fd9bb80 libcroco-0.6.8.tar.xz" +md5sums="f1863da805c9206563da06f56da1ea55 libcroco-0.6.9.tar.xz" +sha256sums="38b9a6aed1813e55b3ca07a68d1af845ad4d1f984602e9272fe692930c0be0ae libcroco-0.6.9.tar.xz" +sha512sums="2bdb16a9004ff7304bc3cf91495925d1502c165b54dc1121d2f0fc9b627ec9c5b81e78b48e3f092855c3accc3295e5a3870eb6225ddb1b1fcd037004af78583b libcroco-0.6.9.tar.xz" |