diff options
author | Daniel Lewan <daniel@teddydd.me> | 2024-11-02 16:46:34 +0000 |
---|---|---|
committer | tranzystorekk <tranzystorek.io@protonmail.com> | 2024-11-09 17:54:57 +0000 |
commit | 32cbf463a8cf5894f2465b8da1f18ea2c0c8b400 (patch) | |
tree | bc6b6d68eab1a18cc830f9ab9b4012368bf242f0 | |
parent | 6ea744b042893d22e63b5859a2d484a1cfca0f3a (diff) | |
download | void-packages-32cbf463a8cf5894f2465b8da1f18ea2c0c8b400.tar void-packages-32cbf463a8cf5894f2465b8da1f18ea2c0c8b400.tar.gz void-packages-32cbf463a8cf5894f2465b8da1f18ea2c0c8b400.tar.bz2 void-packages-32cbf463a8cf5894f2465b8da1f18ea2c0c8b400.tar.lz void-packages-32cbf463a8cf5894f2465b8da1f18ea2c0c8b400.tar.xz void-packages-32cbf463a8cf5894f2465b8da1f18ea2c0c8b400.tar.zst void-packages-32cbf463a8cf5894f2465b8da1f18ea2c0c8b400.zip |
lf: update to r33.
-rw-r--r-- | srcpkgs/lf/template | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/srcpkgs/lf/template b/srcpkgs/lf/template index f82e08182fa..ca0cab3d1be 100644 --- a/srcpkgs/lf/template +++ b/srcpkgs/lf/template @@ -1,7 +1,7 @@ # Template file for 'lf' pkgname=lf -version=r32 -revision=2 +version=r33 +revision=1 build_style=go go_import_path="github.com/gokcehan/${pkgname}" go_ldflags="-X main.gVersion=$version" @@ -10,7 +10,7 @@ maintainer="Daniel Lewan <daniel@teddydd.me>" license="MIT" homepage="https://github.com/gokcehan/lf" distfiles="https://github.com/gokcehan/lf/archive/${version}.tar.gz" -checksum=01531e7a78d8bfbe14739072e93446d003f0e4ce12032a26671fa326b73bc911 +checksum=045565197a9c12a14514b85c153dae4ee1bcd3b4313d60aec5004239d8d785a0 post_install() { vlicense LICENSE @@ -26,5 +26,4 @@ post_install() { vsconf etc/lfcd.fish vsconf etc/lfcd.csh vsconf etc/lfcd.nu - } |