diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-08 22:17:25 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-08 22:17:25 +0000 |
| commit | a99a7767c29b47d81945f7dbc72c95b868c91067 (patch) | |
| tree | a679a1638625d2b6461dfd9b94a2a35b5b4d75c7 /repos/extra/fzf | |
| parent | 45d557c55a6b2d2450bf42f91e43a25be38dd9a0 (diff) | |
| download | alicelinux-a99a7767c29b47d81945f7dbc72c95b868c91067.tar.gz alicelinux-a99a7767c29b47d81945f7dbc72c95b868c91067.zip | |
fzf: updated to 0.60.3
Diffstat (limited to 'repos/extra/fzf')
| -rw-r--r-- | repos/extra/fzf/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/fzf/abuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/fzf/.checksum b/repos/extra/fzf/.checksum index ce9d37e4..91896270 100644 --- a/repos/extra/fzf/.checksum +++ b/repos/extra/fzf/.checksum @@ -1 +1 @@ -4b06fc56d143d7acc9bc97ca6f139461314f92bfd84120a6054fe0be127a31a1 fzf-0.60.2.tar.gz +fa2b0a2972443662d21e147d72fd14d5839f74e03b5ac36fa1d1226097f83a37 fzf-0.60.3.tar.gz diff --git a/repos/extra/fzf/abuild b/repos/extra/fzf/abuild index a8524c67..7cd76509 100644 --- a/repos/extra/fzf/abuild +++ b/repos/extra/fzf/abuild @@ -1,5 +1,5 @@ name=fzf -version=0.60.2 +version=0.60.3 release=1 source="https://github.com/junegunn/${name}/archive/v${version}/${name}-${version}.tar.gz" |