summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2023-11-05 15:25:12 +0100
committerLucas Werkmeister2023-11-05 15:25:12 +0100
commitce9ed72946d40d6e382ec180bec27f1b145b614c (patch)
tree3e57db64a2d1ae70dcf1ca12a14655addb0c1f72
parent0c88fe04ff15b335a8894db5a607b3a7f76d633e (diff)
downloadaur-ce9ed72946d40d6e382ec180bec27f1b145b614c.tar.gz
Update to 4.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22eb89433ecb..02b6cb4ac3b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = apache-jena
pkgdesc = Java framework for building Semantic Web and Linked Data applications
- pkgver = 4.9.0
+ pkgver = 4.10.0
pkgrel = 1
url = https://jena.apache.org/
arch = any
license = Apache
depends = java-runtime
- source = https://downloads.apache.org/jena/binaries/apache-jena-4.9.0.tar.gz
- sha512sums = 04f87c42a3b5fe65ad554beb8a1ef90ca7e0305d306fb18a15bb808891c259f420ab4f630e6b4abbb017e32284f97e23f7b848a21dc57f32ad53f604cb82e28b
+ source = https://downloads.apache.org/jena/binaries/apache-jena-4.10.0.tar.gz
+ sha512sums = c1097988fda802d157d031ba79007fd949a8ca2556bb383134021f48b44ade511ba6e2690ac4b1548c57df0476267f18ffce94101a87e094c0a161a78766d341
pkgname = apache-jena
diff --git a/PKGBUILD b/PKGBUILD
index 2189c70b1984..d80937426169 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=4.9.0
+pkgver=4.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=("https://downloads.apache.org/${pkgname/apache-/}/binaries/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('04f87c42a3b5fe65ad554beb8a1ef90ca7e0305d306fb18a15bb808891c259f420ab4f630e6b4abbb017e32284f97e23f7b848a21dc57f32ad53f604cb82e28b')
+sha512sums=('c1097988fda802d157d031ba79007fd949a8ca2556bb383134021f48b44ade511ba6e2690ac4b1548c57df0476267f18ffce94101a87e094c0a161a78766d341')
package() {
cd "$pkgname-$pkgver"