Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
git-warp-time
Commits:
79cd1b30 by Caleb Maclennan at 2024-04-09T01:56:47+03:00
upgpkg: 0.7.5-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.4
+ pkgver = 0.7.5
pkgrel = 1
url = https://github.com/alerque/git-warp-time
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = git-warp-time
depends = glibc
depends = libgit2
depends = libgit2.so
- source =
https://github.com/alerque/git-warp-time/releases/download/v0.7.4/git-warp-time-0.7.4.tar.zst
- source =
https://github.com/alerque/git-warp-time/releases/download/v0.7.4/git-warp-time-0.7.4.tar.zst.asc
+ source =
https://github.com/alerque/git-warp-time/releases/download/v0.7.5/git-warp-time-0.7.5.tar.zst
+ source =
https://github.com/alerque/git-warp-time/releases/download/v0.7.5/git-warp-time-0.7.5.tar.zst.asc
validpgpkeys = 9F377DDB6D3153A48EB3EB1E63CC496475267693
- sha256sums =
a0a9948727005943efb965d8332efc339dbbc27f0ab807bd3060de40914888e6
+ sha256sums =
287fdcf76e65f61cd66461ec68382a4c8dee748afc532d67e250cd2a70979d35
sha256sums = SKIP
pkgname = git-warp-time
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=git-warp-time
-pkgver=0.7.4
+pkgver=0.7.5
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.zst"{,.asc})
-sha256sums=('a0a9948727005943efb965d8332efc339dbbc27f0ab807bd3060de40914888e6'
+sha256sums=('287fdcf76e65f61cd66461ec68382a4c8dee748afc532d67e250cd2a70979d35'
'SKIP')
validpgpkeys=('9F377DDB6D3153A48EB3EB1E63CC496475267693') # Caleb Maclennan
<[email protected]> (@alerque)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/commit/79cd1b30fff96c95db7a16c3b07d0f9e19d92bc7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/commit/79cd1b30fff96c95db7a16c3b07d0f9e19d92bc7
You're receiving this email because of your account on gitlab.archlinux.org.