Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
git-lfs
Commits:
f51840fd by Morten Linderud at 2025-02-19T20:02:11+01:00
upgpkg: 3.6.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = git-lfs
pkgdesc = Git extension for versioning large files
- pkgver = 3.6.0
+ pkgver = 3.6.1
pkgrel = 1
url = https://git-lfs.github.com
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = git-lfs
makedepends = go-tools
makedepends = asciidoctor
depends = git
- source = git+https://github.com/git-lfs/git-lfs.git#tag=v3.6.0?signed
+ source = git+https://github.com/git-lfs/git-lfs.git#tag=v3.6.1?signed
validpgpkeys = 88ACE9B29196305BA9947552F1BA225C0223B187
validpgpkeys = 86CD3297749375BCF8206715F54FE648088335A9
- sha256sums = SKIP
+ sha256sums =
8ce54a2f257486f24d0ec223e0d9e425d9a67451fff8caab1ea03e907a3472f0
pkgname = git-lfs
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=git-lfs
-pkgver=3.6.0
+pkgver=3.6.1
pkgrel=1
pkgdesc="Git extension for versioning large files"
arch=('x86_64' 'aarch64')
@@ -12,7 +12,7 @@ depends=('git')
source=("git+https://github.com/git-lfs/git-lfs.git#tag=v${pkgver}?signed")
validpgpkeys=('88ACE9B29196305BA9947552F1BA225C0223B187' # brian m. carlson
<[email protected]>
'86CD3297749375BCF8206715F54FE648088335A9') # Chris Darroch
(CODE SIGNING KEY) <[email protected]>
-sha256sums=('SKIP')
+sha256sums=('8ce54a2f257486f24d0ec223e0d9e425d9a67451fff8caab1ea03e907a3472f0')
build(){
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-lfs/-/commit/f51840fdc0cc4bb961a1e4fc2c1f53a5de886b44
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-lfs/-/commit/f51840fdc0cc4bb961a1e4fc2c1f53a5de886b44
You're receiving this email because of your account on gitlab.archlinux.org.