Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
git-warp-time
Commits:
f979ea53 by Caleb Maclennan at 2023-12-07T14:09:12+03:00
upgpkg: 0.6.0-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.3
+ pkgver = 0.6.0
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.3/git-warp-time-0.5.3.tar.xz
- sha256sums =
944bad1f73a14a8c58f5be92b1b5a16dd5cb3a96c38e3609fd23c718236a4e37
+ source =
https://github.com/alerque/git-warp-time/releases/download/v0.6.0/git-warp-time-0.6.0.tar.xz
+ sha256sums =
ad20c5313484d3df603c44393ca88956cb083147127be61879c3cc890663e7c8
pkgname = git-warp-time
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=git-warp-time
-pkgver=0.5.3
+pkgver=0.6.0
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=('944bad1f73a14a8c58f5be92b1b5a16dd5cb3a96c38e3609fd23c718236a4e37')
+sha256sums=('ad20c5313484d3df603c44393ca88956cb083147127be61879c3cc890663e7c8')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/commit/f979ea5327af6399dd6e02b99a752088d528b242
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/commit/f979ea5327af6399dd6e02b99a752088d528b242
You're receiving this email because of your account on gitlab.archlinux.org.