summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2018-10-24 17:32:00 +0200
committerLucas Werkmeister2018-10-24 17:32:00 +0200
commit4c1a5b10f6eda35c296de62b4a64356746bf0fcc (patch)
treede81fce8128e4cfced6237cb1375e6f2500cb4ba
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
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85bda565cc82..71b5f82200e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Thu Jul 5 16:36:24 UTC 2018
+# Wed Oct 24 15:31:57 UTC 2018
pkgbase = apache-jena
pkgdesc = Java framework for building Semantic Web and Linked Data applications
- pkgver = 3.8.0
+ pkgver = 3.9.0
pkgrel = 1
url = https://jena.apache.org/
arch = any
license = Apache
depends = java-runtime
- source = http://www-us.apache.org/dist/jena/binaries/apache-jena-3.8.0.tar.gz
- sha512sums = 0ebf2ecef04bd3534d471fc004425df905ee19d0d9def67d7b1531b49c9de20557dc5a53ae455b2ec7abc6592bfd8c70d6e68cba40cc4380e9313b669cae3383
+ source = http://www-us.apache.org/dist/jena/binaries/apache-jena-3.9.0.tar.gz
+ sha1sums = b8f20f4219efd8a3b33e00ea00b969972915a4df
pkgname = apache-jena
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"