Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / repo
Commits:
f03a5685 by Antonio Rojas at 2024-11-24T22:56:30+01:00
upgpkg: 2.49.3-1: Update to 2.49.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = repo
pkgdesc = The Multiple Git Repository Tool from the Android Open Source
Project
- pkgver = 2.47
+ pkgver = 2.49.3
pkgrel = 1
url = https://android.googlesource.com/tools/repo
arch = any
license = Apache-2.0
depends = git
depends = python
- source =
git+https://android.googlesource.com/tools/repo.git#tag=v2.47?signed
+ source =
git+https://android.googlesource.com/tools/repo.git#tag=v2.49.3?signed
validpgpkeys = 8BB9AD793E8E6153AF0F9A4416530D5E920F5C65
- sha256sums =
0b794443270aaaa9c9cb7b989574c489fd6633b9d94ccdd53659cac1c14e8376
+ sha256sums =
c398724b8162be5fe9846363e7dc1bdfd7b8d99c8eb37accf6c97625c4f19a37
pkgname = repo
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Alexander Epaneshnikov <[email protected]>
pkgname=repo
-pkgver=2.47
+pkgver=2.49.3
pkgrel=1
pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
url="https://android.googlesource.com/tools/repo"
@@ -11,7 +11,7 @@ license=("Apache-2.0")
depends=("git" "python")
source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed")
validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65') # Repo Maintainer
<[email protected]>
-sha256sums=('0b794443270aaaa9c9cb7b989574c489fd6633b9d94ccdd53659cac1c14e8376')
+sha256sums=('c398724b8162be5fe9846363e7dc1bdfd7b8d99c8eb37accf6c97625c4f19a37')
package() {
cd repo
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/repo/-/commit/f03a568509ff7c8895fd4ee6513d259d4b292243
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/repo/-/commit/f03a568509ff7c8895fd4ee6513d259d4b292243
You're receiving this email because of your account on gitlab.archlinux.org.