diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-02-22 16:00:50 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-02-22 16:01:02 +0000 |
commit | 2a4d750f801b8fc045dd03de298710807a12d619 (patch) | |
tree | 0c6dc56c365a8c051180f476dd62c195d4ac110b /community/biber | |
parent | c0c3de95d44a2f7147b126396715b9fa3297d54f (diff) | |
download | aports-2a4d750f801b8fc045dd03de298710807a12d619.tar.bz2 aports-2a4d750f801b8fc045dd03de298710807a12d619.tar.xz |
community/biber: upgrade to 2.11
Diffstat (limited to 'community/biber')
-rw-r--r-- | community/biber/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/biber/APKBUILD b/community/biber/APKBUILD index beb84b2d00..33f39554fa 100644 --- a/community/biber/APKBUILD +++ b/community/biber/APKBUILD @@ -1,7 +1,8 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=biber -pkgver=2.10 +# This version should be compatible with Biblatex in testing +pkgver=2.11 pkgrel=0 pkgdesc="Backend processor for BibLaTeX" url="https://github.com/plk/biber" @@ -50,4 +51,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="1752abff4ff1703309a4cfc9bc15cd909d580584690eccf702e4d44cc4ed39d34eb3802e7b2301cb1f57d92e069919633b58656f5635dc82fd986d1c12747d42 biber-2.10.tar.gz" +sha512sums="669f69349bb88728b6b03a11e9acb8c47031de16f26d360b3ed18c5f9fe535241362ec46eecc3f259e76ef5a186c1daf51a6b7a501c2216b48ea4d31945ced5a biber-2.11.tar.gz" |