Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
chezmoi
Commits:
9301576b by Caleb Maclennan at 2024-12-30T22:50:45+03:00
upgpkg: 2.57.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = chezmoi
pkgdesc = Manage your dotfiles across multiple machines
- pkgver = 2.56.0
+ pkgver = 2.57.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.56.0.tar.gz::https://github.com/twpayne/chezmoi/archive/v2.56.0.tar.gz
- sha512sums =
963183b7bbf900ae60da1422f4cb949de1ed67f29a3c7026b1a68721b74bd487b23310f26f0d70d8917e5de554118b016c81d0f8c4d1f1fda339ec6b6f7f57ea
+ source =
chezmoi-2.57.0.tar.gz::https://github.com/twpayne/chezmoi/archive/v2.57.0.tar.gz
+ sha512sums =
a4f627c8fd1c2682576742b56886e768a16559265864258711f0c3843cffe9e050bd6db4a75b0990e353e6516ef4a633eb34e75b08797869119d6d52a3306c5c
pkgname = chezmoi
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: <[email protected]>
pkgname=chezmoi
-pkgver=2.56.0
+pkgver=2.57.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=('963183b7bbf900ae60da1422f4cb949de1ed67f29a3c7026b1a68721b74bd487b23310f26f0d70d8917e5de554118b016c81d0f8c4d1f1fda339ec6b6f7f57ea')
+sha512sums=('a4f627c8fd1c2682576742b56886e768a16559265864258711f0c3843cffe9e050bd6db4a75b0990e353e6516ef4a633eb34e75b08797869119d6d52a3306c5c')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/chezmoi/-/commit/9301576bb336303dfbb468ac9c6e3a1368e35675
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/chezmoi/-/commit/9301576bb336303dfbb468ac9c6e3a1368e35675
You're receiving this email because of your account on gitlab.archlinux.org.