Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
git-warp-time
Commits:
b1795ecf by Caleb Maclennan at 2023-12-11T14:56:34+03:00
upgpkg: 0.7.2-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.7.0
+ pkgver = 0.7.2
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.7.0/git-warp-time-0.7.0.tar.xz
- sha256sums =
c7de82bd847510215245dfe79c36ecefa48849b254a96311b5c780ed51c28163
+ source =
https://github.com/alerque/git-warp-time/releases/download/v0.7.2/git-warp-time-0.7.2.tar.xz
+ sha256sums =
8acada8b564e5a725640ecbc66051415b5bd3376c5f9cce4c7c6e83bce8e6b06
pkgname = git-warp-time
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=git-warp-time
-pkgver=0.7.0
+pkgver=0.7.2
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=('c7de82bd847510215245dfe79c36ecefa48849b254a96311b5c780ed51c28163')
+sha256sums=('8acada8b564e5a725640ecbc66051415b5bd3376c5f9cce4c7c6e83bce8e6b06')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/commit/b1795ecf54af22dbebdde2edb23d0dfdb5acfb29
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/commit/b1795ecf54af22dbebdde2edb23d0dfdb5acfb29
You're receiving this email because of your account on gitlab.archlinux.org.