summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2018-10-24 17:33:45 +0200
committerLucas Werkmeister2018-10-24 17:33:45 +0200
commit2425f7f2e1515407c7f2b4fdbdb615406e90d824 (patch)
tree8b4318e0146e0e7ed02a0b08a633528b99be90f7
parent39e60678c73899884fa0d876cec4a6fbdc3fb759 (diff)
downloadaur-2425f7f2e1515407c7f2b4fdbdb615406e90d824.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--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c2a90e6bce5..08c90b26af90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Thu Jul 5 16:37:35 UTC 2018
+# Wed Oct 24 15:33:35 UTC 2018
pkgbase = apache-jena-fuseki
pkgdesc = SPARQL server built on the Jena 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-fuseki-3.8.0.tar.gz
+ source = http://www-us.apache.org/dist/jena/binaries/apache-jena-fuseki-3.9.0.tar.gz
source = fuseki-server
- sha512sums = e4102e31c6fdead110a54aeaf65d54d78d225f931ef4f5cd6a0c4a75b66077f2160c7db99944df5167956104967f3830860d8f2910e406967c87ec562f1f2038
- sha512sums = SKIP
+ sha1sums = 1b6a690dc4a19e1c76a3539d9f3b47a686ec7f06
+ sha1sums = SKIP
pkgname = apache-jena-fuseki
diff --git a/PKGBUILD b/PKGBUILD
index a4aeacef6e2d..feb00bc286ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lucas Werkmeister <mail@lucaswerkmeister.de>
# TODO try to rip apart the fat jar and improve installation per https://wiki.archlinux.org/index.php/Java_package_guidelines
pkgname=apache-jena-fuseki
-pkgver=3.8.0
+pkgver=3.9.0
pkgrel=1
pkgdesc='SPARQL server built on the Jena Java framework for building Semantic Web and Linked Data applications'
arch=('any')
@@ -12,8 +12,8 @@ source=(
"http://www-us.apache.org/dist/jena/binaries/${pkgname}-${pkgver}.tar.gz"
'fuseki-server'
)
-sha512sums=(
- 'e4102e31c6fdead110a54aeaf65d54d78d225f931ef4f5cd6a0c4a75b66077f2160c7db99944df5167956104967f3830860d8f2910e406967c87ec562f1f2038'
+sha1sums=(
+ '1b6a690dc4a19e1c76a3539d9f3b47a686ec7f06'
'SKIP'
)