Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / fzf


Commits:
70735ef1 by Morten Linderud at 2024-05-06T17:38:44+02:00
upgpkg: 0.51.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = fzf
        pkgdesc = Command-line fuzzy finder
-       pkgver = 0.48.1
+       pkgver = 0.51.0
        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=0.48.1?signed
+       source = git+https://github.com/junegunn/fzf.git#tag=0.51.0?signed
        validpgpkeys = B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627
-       sha512sums = SKIP
+       sha512sums = 
555e98c5d88ebb008690176319eac540e87ef4df841381212101559839c47788a855a30d87833cca662a466b29896ba5a7a92c4a8d63c71d107c71919c50608f
 
 pkgname = fzf


=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
 # Contributor: jebaum <jebaum at ucla dot edu>
 
 pkgname=fzf
-pkgver=0.48.1
+pkgver=0.51.0
 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=${pkgver}?signed";)
 validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627')
-sha512sums=('SKIP')
+sha512sums=('555e98c5d88ebb008690176319eac540e87ef4df841381212101559839c47788a855a30d87833cca662a466b29896ba5a7a92c4a8d63c71d107c71919c50608f')
 
 prepare() {
        cd "${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fzf/-/commit/70735ef1d337973ba4f21064722070903a7bf6fd

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fzf/-/commit/70735ef1d337973ba4f21064722070903a7bf6fd
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to