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