Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / fzf
Commits:
f8822156 by Morten Linderud at 2025-04-27T21:26:13+02:00
upgpkg: 0.61.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = fzf
pkgdesc = Command-line fuzzy finder
- pkgver = 0.61.2
+ pkgver = 0.61.3
pkgrel = 1
url = https://github.com/junegunn/fzf
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = fzf
optdepends = vim: plugin
optdepends = zsh: zsh keybindings
options = !lto
- source = git+https://github.com/junegunn/fzf.git#tag=v0.61.2?signed
+ source = git+https://github.com/junegunn/fzf.git#tag=v0.61.3?signed
validpgpkeys = B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627
- sha512sums =
a9ea8e8f90d38f3aff36eece285a0e2b624adb7b0b0a2b16b6dad33d5d6736f3be09e50539aa92f4ef96cac52fb5ef87a8d7c82365c1faee10a3100e58a72cce
+ sha512sums =
0855c01149da39f4b9f6235580a5a4fb28b5722f0a5d24b6b1cac4972e72f9689e81f1e1f3f64f1dc38e5efa1092fa194125a57fcaba61cc490c963cc4a19f2e
pkgname = fzf
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
# Contributor: jebaum <jebaum at ucla dot edu>
pkgname=fzf
-pkgver=0.61.2
+pkgver=0.61.3
pkgrel=1
pkgdesc='Command-line fuzzy finder'
arch=('x86_64')
@@ -23,7 +23,7 @@ optdepends=('fish: fish keybindings'
options=(!lto)
source=("git+https://github.com/junegunn/fzf.git#tag=v${pkgver}?signed")
validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627') # Junegunn Choi
<[email protected]>
-sha512sums=('a9ea8e8f90d38f3aff36eece285a0e2b624adb7b0b0a2b16b6dad33d5d6736f3be09e50539aa92f4ef96cac52fb5ef87a8d7c82365c1faee10a3100e58a72cce')
+sha512sums=('0855c01149da39f4b9f6235580a5a4fb28b5722f0a5d24b6b1cac4972e72f9689e81f1e1f3f64f1dc38e5efa1092fa194125a57fcaba61cc490c963cc4a19f2e')
prepare() {
cd "${pkgname}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fzf/-/commit/f882215624507643d8e887f606f242ddf1c4f368
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fzf/-/commit/f882215624507643d8e887f606f242ddf1c4f368
You're receiving this email because of your account on gitlab.archlinux.org.