summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Werkmeister2018-10-24 17:32:00 +0200
committerLucas Werkmeister2018-10-24 17:32:00 +0200
commit4c1a5b10f6eda35c296de62b4a64356746bf0fcc (patch)
treede81fce8128e4cfced6237cb1375e6f2500cb4ba /PKGBUILD
parent1666567f726a2cf767a6b396a36443706a21394b (diff)
downloadaur-4c1a5b10f6eda35c296de62b4a64356746bf0fcc.tar.gz
Update to 3.9.0
The download index [1] now only has SHA-1 files (though the main download page [2] continues to link to SHA2-512 files), so the hash algorithm in the PKGBUILD is updated accordingly. [1]: https://www.apache.org/dist/jena/binaries/ [2]: https://jena.apache.org/download/index.cgi
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79fac529434f..d77cad748503 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lucas Werkmeister <mail@lucaswerkmeister.de>
# TODO improve installation per https://wiki.archlinux.org/index.php/Java_package_guidelines – several of the dependencies have their own packages
pkgname=apache-jena
-pkgver=3.8.0
+pkgver=3.9.0
pkgrel=1
pkgdesc='Java framework for building Semantic Web and Linked Data applications'
arch=('any')
@@ -9,7 +9,7 @@ url='https://jena.apache.org/'
license=('Apache')
depends=('java-runtime')
source=("http://www-us.apache.org/dist/${pkgname/apache-/}/binaries/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('0ebf2ecef04bd3534d471fc004425df905ee19d0d9def67d7b1531b49c9de20557dc5a53ae455b2ec7abc6592bfd8c70d6e68cba40cc4380e9313b669cae3383')
+sha1sums=('b8f20f4219efd8a3b33e00ea00b969972915a4df')
package() {
cd "$pkgname-$pkgver"