summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Werkmeister2019-02-17 19:28:27 +0100
committerLucas Werkmeister2019-02-17 19:28:27 +0100
commita4e6f7c30e872ea33aa3ea050c4f88ecae2b8989 (patch)
treee6f969ca7b84646d2690bbecd6d02fb684911528 /PKGBUILD
parent4c1a5b10f6eda35c296de62b4a64356746bf0fcc (diff)
downloadaur-a4e6f7c30e872ea33aa3ea050c4f88ecae2b8989.tar.gz
Update to 3.10.0
In the last commit, I switched the checksum from SHA-1 to SHA2-512 because that was all that was available on the download index [1]; this time, only SHA2-512 is available again, so let’s switch the checksum back again. (I have no idea what the Apache folks are doing there, to be honest. Whatever.) [1]: https://www.apache.org/dist/jena/binaries/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d77cad748503..f4adc311000f 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.9.0
+pkgver=3.10.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")
-sha1sums=('b8f20f4219efd8a3b33e00ea00b969972915a4df')
+sha512sums=('7dafe7aa28cb85a6da9f6f2b109372ec0d097d4f07d8cb5882dde814b55cdb60512ab9bc09c2593118aaf3fbbc1f65f1d3b921faca7bddefd3f6bf9d7f332998')
package() {
cd "$pkgname-$pkgver"