Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
bazel
Commits:
b432a09c by Sven-Hendrik Haase at 2024-03-26T16:27:00+01:00
upgpkg: 7.1.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = bazel
pkgdesc = Correct, reproducible, and fast builds for everyone
- pkgver = 7.1.0
- pkgrel = 2
+ pkgver = 7.1.1
+ pkgrel = 1
url = https://bazel.build/
arch = x86_64
license = Apache-2.0
@@ -14,11 +14,11 @@ pkgbase = bazel
depends = unzip
options = !debug
options = !strip
- source =
https://github.com/bazelbuild/bazel/releases/download/7.1.0/bazel-7.1.0-dist.zip
- source =
https://github.com/bazelbuild/bazel/releases/download/7.1.0/bazel-7.1.0-dist.zip.sig
+ source =
https://github.com/bazelbuild/bazel/releases/download/7.1.1/bazel-7.1.1-dist.zip
+ source =
https://github.com/bazelbuild/bazel/releases/download/7.1.1/bazel-7.1.1-dist.zip.sig
source = bazel-7.0.2-python_312.patch
validpgpkeys = 71A1D0EFCFEB6281FD0437C93D5919B448457EE0
- b2sums =
0988e1d55ec2e87d35335e9ff28b476a99e1f26c9546932915938ab5d9ef9c2d4f0155c7b0fc30f16110478b2a0d6932fc1bc82b484e45465d7f1c02591498b9
+ b2sums =
ef0dcfd50b81c4f8d9455967fc1c1777cd240c9a6f347f0f0f52aa70fa8a32507e5eb7af2243cbe324570f23a3540b7b42b96520f41b81543fbd5ae084a89cec
b2sums = SKIP
b2sums =
e13a9c5b43336941d1bb35685d6bf8761b70349aca705ff6202018180e7291efcb4dbf8415ad9c788dcf6f5d956cbca8e1d8a8b663a504dd537e6f682ad04202
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Simon Legner <[email protected]>
pkgname=bazel
-pkgver=7.1.0
-pkgrel=2
+pkgver=7.1.1
+pkgrel=1
pkgdesc='Correct, reproducible, and fast builds for everyone'
arch=('x86_64')
license=('Apache-2.0')
@@ -17,7 +17,7 @@ source=(
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip"{,.sig}
$pkgname-7.0.2-python_312.patch
)
-b2sums=('0988e1d55ec2e87d35335e9ff28b476a99e1f26c9546932915938ab5d9ef9c2d4f0155c7b0fc30f16110478b2a0d6932fc1bc82b484e45465d7f1c02591498b9'
+b2sums=('ef0dcfd50b81c4f8d9455967fc1c1777cd240c9a6f347f0f0f52aa70fa8a32507e5eb7af2243cbe324570f23a3540b7b42b96520f41b81543fbd5ae084a89cec'
'SKIP'
'e13a9c5b43336941d1bb35685d6bf8761b70349aca705ff6202018180e7291efcb4dbf8415ad9c788dcf6f5d956cbca8e1d8a8b663a504dd537e6f682ad04202')
validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bazel/-/commit/b432a09cc03072a9b43067b4aa92d2369efa48e2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bazel/-/commit/b432a09cc03072a9b43067b4aa92d2369efa48e2
You're receiving this email because of your account on gitlab.archlinux.org.