From 887e7d746736b5a0569241206306f8f3fa61408e Mon Sep 17 00:00:00 2001 From: zenobit Date: Sat, 3 Feb 2024 20:23:04 +0100 Subject: [PATCH] fzf: update to 0.46.1 Signed-off-by: zenobit --- srcpkgs/fzf/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fzf/template b/srcpkgs/fzf/template index 8685dd044f7..46a9354713f 100644 --- a/srcpkgs/fzf/template +++ b/srcpkgs/fzf/template @@ -1,6 +1,6 @@ # Template file for 'fzf' pkgname=fzf -version=0.46.0 +version=0.46.1 revision=1 build_style=go go_import_path="github.com/junegunn/fzf" @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/junegunn/fzf" changelog="https://raw.githubusercontent.com/junegunn/fzf/master/CHANGELOG.md" distfiles="https://github.com/junegunn/fzf/archive/refs/tags/${version}.tar.gz" -checksum=56d0ecaaff90dd33c371f7d23d1fd1cb36eb42554e88284c2781a067fba2a645 +checksum=b0d640be3ae79980fdf461096f7d9d36d38ec752e25f8c4d2ca3ca6c041c2491 post_install() { cd ${wrksrc}