Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
chezmoi
Commits:
3825013d by Caleb Maclennan at 2024-11-11T15:31:31+03:00
upgpkg: 2.54.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = chezmoi
pkgdesc = Manage your dotfiles across multiple machines
- pkgver = 2.53.1
+ pkgver = 2.54.0
pkgrel = 1
url = https://www.chezmoi.io/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = chezmoi
makedepends = git
depends = glibc
options = !lto
- source =
chezmoi-2.53.1.tar.gz::https://github.com/twpayne/chezmoi/archive/v2.53.1.tar.gz
- sha512sums =
d7b46a217aa1e2339c629c86f958a513fa9e4d4b895060c17a404248a72c2dd2491c05c16eeb6b0073c004fbdacc50d044b6a373dd5a58c75210d80c015ef313
+ source =
chezmoi-2.54.0.tar.gz::https://github.com/twpayne/chezmoi/archive/v2.54.0.tar.gz
+ sha512sums =
999c8a2e04bcc4851e241d7d0f2d3e2325e58f3a6e441763edbfeb92ddf62ad544c6f5e0d8973da3f7c9e26ecceffe7764783547c0209c0069b6252132ca5746
pkgname = chezmoi
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: <[email protected]>
pkgname=chezmoi
-pkgver=2.53.1
+pkgver=2.54.0
pkgrel=1
pkgdesc="Manage your dotfiles across multiple machines"
arch=('x86_64')
@@ -15,7 +15,7 @@ depends=('glibc')
checkdepends=('zip')
options=('!lto')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz")
-sha512sums=('d7b46a217aa1e2339c629c86f958a513fa9e4d4b895060c17a404248a72c2dd2491c05c16eeb6b0073c004fbdacc50d044b6a373dd5a58c75210d80c015ef313')
+sha512sums=('999c8a2e04bcc4851e241d7d0f2d3e2325e58f3a6e441763edbfeb92ddf62ad544c6f5e0d8973da3f7c9e26ecceffe7764783547c0209c0069b6252132ca5746')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/chezmoi/-/commit/3825013d2967cdc3de141e602249f6c92a1a60d3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/chezmoi/-/commit/3825013d2967cdc3de141e602249f6c92a1a60d3
You're receiving this email because of your account on gitlab.archlinux.org.