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