Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
git-warp-time
Commits:
dade7765 by Caleb Maclennan at 2023-12-07T12:59:49+03:00
upgpkg: 0.5.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = git-warp-time
pkgdesc = reset timestamps of Git repository files to the time of the
last modifying commit
- pkgver = 0.5.2
+ pkgver = 0.5.3
pkgrel = 1
url = https://github.com/alerque/git-warp-time
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = git-warp-time
depends = gcc-libs
depends = glibc
depends = libgit2.so
- source =
https://github.com/alerque/git-warp-time/releases/download/v0.5.2/git-warp-time-0.5.2.tar.xz
- sha256sums =
dfc18890eface874a845a54e862269e4cabd9886c7e7f04c04866ed22530db61
+ source =
https://github.com/alerque/git-warp-time/releases/download/v0.5.3/git-warp-time-0.5.3.tar.xz
+ sha256sums =
944bad1f73a14a8c58f5be92b1b5a16dd5cb3a96c38e3609fd23c718236a4e37
pkgname = git-warp-time
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=git-warp-time
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc='reset timestamps of Git repository files to the time of the last
modifying commit'
arch=(x86_64)
@@ -15,7 +15,7 @@ makedepends=(cargo
jq)
_archive="$pkgname-$pkgver"
source=("$url/releases/download/v$pkgver/$_archive.tar.xz")
-sha256sums=('dfc18890eface874a845a54e862269e4cabd9886c7e7f04c04866ed22530db61')
+sha256sums=('944bad1f73a14a8c58f5be92b1b5a16dd5cb3a96c38e3609fd23c718236a4e37')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/commit/dade7765d543fb32c52adf83333f7d53f50f12db
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/commit/dade7765d543fb32c52adf83333f7d53f50f12db
You're receiving this email because of your account on gitlab.archlinux.org.