Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / fzf
Commits: fbb05d37 by Morten Linderud at 2025-02-24T22:57:34+01:00 upgpkg: 0.60.2-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = fzf pkgdesc = Command-line fuzzy finder - pkgver = 0.60.0 + pkgver = 0.60.2 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.60.0?signed + source = git+https://github.com/junegunn/fzf.git#tag=v0.60.2?signed validpgpkeys = B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627 - sha512sums = 414bf5475e4dc2393dfb83b2865228c335965f05002c1d0631b71def1bccd3fcfaf6b77f953a048843b9904048123eea922786aa0457cc8c26f1f2c96a4adc76 + sha512sums = 0fe7640ed5f6c325706f88c588fdfa5100d9ac4a86e0ff18440c2feeeb0cc3c86be5324af3582899b409d77bf67ad4ce4cc917fe35b87e45358a01a5805750da pkgname = fzf ===================================== PKGBUILD ===================================== @@ -8,7 +8,7 @@ # Contributor: jebaum <jebaum at ucla dot edu> pkgname=fzf -pkgver=0.60.0 +pkgver=0.60.2 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 <junegun...@gmail.com> -sha512sums=('414bf5475e4dc2393dfb83b2865228c335965f05002c1d0631b71def1bccd3fcfaf6b77f953a048843b9904048123eea922786aa0457cc8c26f1f2c96a4adc76') +sha512sums=('0fe7640ed5f6c325706f88c588fdfa5100d9ac4a86e0ff18440c2feeeb0cc3c86be5324af3582899b409d77bf67ad4ce4cc917fe35b87e45358a01a5805750da') prepare() { cd "${pkgname}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fzf/-/commit/fbb05d37c7dfc91ff8d6c25b18780339f523755b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fzf/-/commit/fbb05d37c7dfc91ff8d6c25b18780339f523755b You're receiving this email because of your account on gitlab.archlinux.org.