summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2019-02-17 19:28:27 +0100
committerLucas Werkmeister2019-02-17 19:28:27 +0100
commita4e6f7c30e872ea33aa3ea050c4f88ecae2b8989 (patch)
treee6f969ca7b84646d2690bbecd6d02fb684911528
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/
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71b5f82200e1..e8eaae345573 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Oct 24 15:31:57 UTC 2018
+# Sun Feb 17 18:28:21 UTC 2019
pkgbase = apache-jena
pkgdesc = Java framework for building Semantic Web and Linked Data applications
- pkgver = 3.9.0
+ pkgver = 3.10.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.9.0.tar.gz
- sha1sums = b8f20f4219efd8a3b33e00ea00b969972915a4df
+ source = http://www-us.apache.org/dist/jena/binaries/apache-jena-3.10.0.tar.gz
+ sha512sums = 7dafe7aa28cb85a6da9f6f2b109372ec0d097d4f07d8cb5882dde814b55cdb60512ab9bc09c2593118aaf3fbbc1f65f1d3b921faca7bddefd3f6bf9d7f332998
pkgname = apache-jena
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"