Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ sbt
Commits:
b57b300e by Leonidas Spyropoulos at 2026-03-02T11:53:55+00:00
upgpkg: 1:1.12.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = sbt
pkgdesc = The interactive build tool
- pkgver = 1.12.4
+ pkgver = 1.12.5
pkgrel = 1
epoch = 1
url = https://www.scala-sbt.org/
@@ -8,15 +8,15 @@ pkgbase = sbt
arch = any
license = Apache-2.0
makedepends = git
- makedepends = jdk8-openjdk
+ makedepends = jdk11-openjdk
depends = java-runtime-headless
depends = sh
optdepends = rsync: offline installation support
options = !debug
backup = etc/sbt/sbtopts
- source = git+https://github.com/sbt/sbt.git#tag=v1.12.4
+ source = git+https://github.com/sbt/sbt.git#tag=v1.12.5
validpgpkeys = 2EE0EA64E40A89B84B2DF73499E82A75642AC823
- sha256sums =
444c4d4520ca39aee6ad22d7f82a4283b0858184c96b1923e8e02a102e6ec103
- b2sums =
ffc0871a8b500058780c58ffd93839fc84f46cecc96f36899cd04c485a5d83e85ad75269f66465316394b98d57807f278a356de1f378d572067faa7c602af26f
+ sha256sums =
2f8100199284a370ec9f7ea0abde2336a0724ae6448f8f4c9b56cfd168b9ac4c
+ b2sums =
7833f3c885e8931b06b7a5bedfbdd46ca54c9a9a48691b26c008b7d03b02cbc70425c4de2920c5b553a04b2e1110cd81a52af168009f78f851f81f36178e3100
pkgname = sbt
=====================================
PKGBUILD
=====================================
@@ -4,13 +4,13 @@
pkgname=sbt
epoch=1
-pkgver=1.12.4
+pkgver=1.12.5
pkgrel=1
pkgdesc='The interactive build tool'
arch=('any')
url='https://www.scala-sbt.org/'
license=('Apache-2.0')
-_jdkver=8
+_jdkver=11
depends=('java-runtime-headless' 'sh')
makedepends=('git' "jdk${_jdkver}-openjdk")
optdepends=('rsync: offline installation support')
@@ -18,8 +18,8 @@ install=sbt.install
options=(!debug)
source=(git+https://github.com/sbt/sbt.git#tag=v${pkgver})
validpgpkeys=('2EE0EA64E40A89B84B2DF73499E82A75642AC823') # sbt build tool
-sha256sums=('444c4d4520ca39aee6ad22d7f82a4283b0858184c96b1923e8e02a102e6ec103')
-b2sums=('ffc0871a8b500058780c58ffd93839fc84f46cecc96f36899cd04c485a5d83e85ad75269f66465316394b98d57807f278a356de1f378d572067faa7c602af26f')
+sha256sums=('2f8100199284a370ec9f7ea0abde2336a0724ae6448f8f4c9b56cfd168b9ac4c')
+b2sums=('7833f3c885e8931b06b7a5bedfbdd46ca54c9a9a48691b26c008b7d03b02cbc70425c4de2920c5b553a04b2e1110cd81a52af168009f78f851f81f36178e3100')
backup=(etc/${pkgname}/sbtopts)
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sbt/-/commit/b57b300e59e796b9dc36a2927aeb3afb269b21a1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sbt/-/commit/b57b300e59e796b9dc36a2927aeb3afb269b21a1
You're receiving this email because of your account on gitlab.archlinux.org.