Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
gitoxide
Commits:
9a1f2bb6 by Orhun Parmaksız at 2025-07-20T10:33:19+03:00
upgpkg: 0.45.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gitoxide
pkgdesc = An idiomatic, lean, fast & safe pure Rust implementation of
Git
- pkgver = 0.44.0
+ pkgver = 0.45.0
pkgrel = 1
url = https://github.com/Byron/gitoxide
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = gitoxide
depends = gcc-libs
depends = glibc
options = !lto
- source =
https://github.com/Byron/gitoxide/archive/v0.44.0/gitoxide-0.44.0.tar.gz
- sha256sums =
1166627cd41daf68eb4e97591cd5daaccf94aa75bb454f657b93766a9bf70da9
- b2sums =
7f3d6332fa6b22e477c8609cf749ed3c34c7123f38160d06559c40217ad901ca9e5abe3fc978d645c224b40ecdbac4e7f7cfa04d273792e4211b108069278a18
+ source =
https://github.com/Byron/gitoxide/archive/v0.45.0/gitoxide-0.45.0.tar.gz
+ sha256sums =
1914573c9efa69a3a8b8ef97483a7756a4d5ab433a93e43502fb18332f77b623
+ b2sums =
5bfa5d9246e91ca256409740150b077d3377d0a21a1f9be330490c741a3f088f6734e9a16188f8211eae3885467fdbeca51129a869efa0fb4e377e0a2d813c15
pkgname = gitoxide
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Orhun Parmaksız <[email protected]>
pkgname=gitoxide
-pkgver=0.44.0
+pkgver=0.45.0
pkgrel=1
pkgdesc="An idiomatic, lean, fast & safe pure Rust implementation of Git"
url='https://github.com/Byron/gitoxide'
@@ -18,8 +18,8 @@ makedepends=(
)
options=(!lto)
source=(https://github.com/Byron/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('1166627cd41daf68eb4e97591cd5daaccf94aa75bb454f657b93766a9bf70da9')
-b2sums=('7f3d6332fa6b22e477c8609cf749ed3c34c7123f38160d06559c40217ad901ca9e5abe3fc978d645c224b40ecdbac4e7f7cfa04d273792e4211b108069278a18')
+sha256sums=('1914573c9efa69a3a8b8ef97483a7756a4d5ab433a93e43502fb18332f77b623')
+b2sums=('5bfa5d9246e91ca256409740150b077d3377d0a21a1f9be330490c741a3f088f6734e9a16188f8211eae3885467fdbeca51129a869efa0fb4e377e0a2d813c15')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitoxide/-/commit/9a1f2bb6ae3185c6d49dcfa510f50be7fd550c6a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitoxide/-/commit/9a1f2bb6ae3185c6d49dcfa510f50be7fd550c6a
You're receiving this email because of your account on gitlab.archlinux.org.