diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-19 15:34:58 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-19 15:36:39 +0100 |
commit | ab5d14d7f1ad201e696c9ff81ac0b8830a33d471 (patch) | |
tree | 345caf897072577ab1b00ce04ce4fd4cfc5be6dd /testing/biblatex | |
parent | 4ee7c35b7d373eda37833e00b68898f63b65a14a (diff) | |
download | aports-ab5d14d7f1ad201e696c9ff81ac0b8830a33d471.tar.bz2 aports-ab5d14d7f1ad201e696c9ff81ac0b8830a33d471.tar.xz |
testing/biblatex: fix checksum
Upstream recreated tag v3.8 two weeks ago. According to history of this
APKBUILD, there was tag v3.8 in January and the sha512sum in the
APKBUILD is of the original tag, not the new one.
Diffstat (limited to 'testing/biblatex')
-rw-r--r-- | testing/biblatex/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/biblatex/APKBUILD b/testing/biblatex/APKBUILD index 5d2a7bd4c7..cd32238fd7 100644 --- a/testing/biblatex/APKBUILD +++ b/testing/biblatex/APKBUILD @@ -23,4 +23,4 @@ package() { obuild/build.sh install $pkgver "$pkgdir"/usr/share/texmf-dist/ } -sha512sums="b23fde48b4fd22fbe4ac068775d92b71fa3d8cddaec1da4e6917ead6318bc7e7e53a42d2f5b2548e291a1fe38ce5ad54fb2d81ca040da97cbd27d99d74eea81e biblatex-3.8.tar.gz" +sha512sums="8410fce013bc50b676cd24fda6903920ba0d8b8d834a88022a565af9b4ad74840ce9d7c1421bfc4bd1402fe89cf24f6b623cf28872349cd30fbd8ccfe31b36b5 biblatex-3.8.tar.gz" |