Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
java-commons-logging
Commits:
38be8ee6 by Christer Solskogen at 2025-07-30T17:30:17-04:00
Fix URL and bump version
- - - - -
5668fcc4 by Lukas Fleischer at 2025-07-30T17:31:41-04:00
upgpkg: 1.3.5-1: build updated package
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = java-commons-logging
pkgdesc = Wrapper interface for logging APIs in Java
- pkgver = 1.3.4
+ pkgver = 1.3.5
pkgrel = 1
url = https://commons.apache.org/logging/
arch = any
license = APACHE
depends = java-runtime
- source =
http://apache.crihan.fr/dist/commons/logging/binaries/commons-logging-1.3.4-bin.tar.gz
- source =
http://apache.crihan.fr/dist/commons/logging/source/commons-logging-1.3.4-src.tar.gz
- sha512sums =
b0223861f7e07b7c02b5f91976eac61d3a662fc1c97934acf2c04c8b184b5e52868d36ac4e4b418848021ca14f7e718188281400a4c437cfd96dee1f50570904
- sha512sums =
a4049d8d7ea0d97f337e169fa5f572e32be1882e07102ab004d8b2de74170cb075a251ee9603590d6e10bee5933651e8e33e108a734fc100e8b2d5acd669cb44
+ source =
https://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.3.5-bin.tar.gz
+ source =
https://archive.apache.org/dist/commons/logging/source/commons-logging-1.3.5-src.tar.gz
+ sha512sums =
54470384fb55eb58da991d2f046f98dd666a3e19eae88ae8e7e1b2c0dfd4f1dc57f697e328cc21540272bdca72ad19284f3e3146bbf0a4b4d0ce534a9a1d31b6
+ sha512sums =
07463385a3d997413fd7cb996d7266d0325e0829d88ee1d844ee13cdee702da5ec5817ccdd2b4bbccc3c9f6defd0f08f0397e6218bbd658b3e8336e9f146c0c3
pkgname = java-commons-logging
=====================================
PKGBUILD
=====================================
@@ -3,17 +3,18 @@
# Maintainer: Stefan Husmann < [email protected]>
pkgname=java-commons-logging
-pkgver=1.3.4
+pkgver=1.3.5
pkgrel=1
pkgdesc="Wrapper interface for logging APIs in Java"
arch=('any')
url="https://commons.apache.org/logging/"
license=(APACHE)
depends=('java-runtime')
-source=("http://apache.crihan.fr/dist/commons/logging/binaries/commons-logging-$pkgver-bin.tar.gz"
-
"http://apache.crihan.fr/dist/commons/logging/source/commons-logging-$pkgver-src.tar.gz")
-sha512sums=('b0223861f7e07b7c02b5f91976eac61d3a662fc1c97934acf2c04c8b184b5e52868d36ac4e4b418848021ca14f7e718188281400a4c437cfd96dee1f50570904'
-
'a4049d8d7ea0d97f337e169fa5f572e32be1882e07102ab004d8b2de74170cb075a251ee9603590d6e10bee5933651e8e33e108a734fc100e8b2d5acd669cb44')
+source=("https://archive.apache.org/dist/commons/logging/binaries/commons-logging-$pkgver-bin.tar.gz"
+
"https://archive.apache.org/dist/commons/logging/source/commons-logging-$pkgver-src.tar.gz")
+sha512sums=('54470384fb55eb58da991d2f046f98dd666a3e19eae88ae8e7e1b2c0dfd4f1dc57f697e328cc21540272bdca72ad19284f3e3146bbf0a4b4d0ce534a9a1d31b6'
+
'07463385a3d997413fd7cb996d7266d0325e0829d88ee1d844ee13cdee702da5ec5817ccdd2b4bbccc3c9f6defd0f08f0397e6218bbd658b3e8336e9f146c0c3')
+
build() {
# TODO: build from sources
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/java-commons-logging/-/compare/1211964e2ec3406bcaf18cd1e9f00b0299b72cd0...5668fcc48191c73916e04dcfcb25f96054cffc74
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/java-commons-logging/-/compare/1211964e2ec3406bcaf18cd1e9f00b0299b72cd0...5668fcc48191c73916e04dcfcb25f96054cffc74
You're receiving this email because of your account on gitlab.archlinux.org.