makedeb
A terminal file manager inspired by ranger (Precompiled binary from official repository)
Click here to go back to the commit logs for lf-bin.
Hash: 2705569a127460e620e0d1d103dc2aec696e7f84
Message: Updated to Version 26
Signed-off-by: SZanko <szanko@protonmail.com>
diff --git a/.SRCINFO b/.SRCINFO
index ca7dacc..6c2e03d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lf-bin
pkgdesc = A terminal file manager inspired by ranger (Precompiled binary from official repository)
- pkgver = 24
+ pkgver = 26
pkgrel = 1
url = https://github.com/gokcehan/lf
arch = i686
@@ -11,11 +11,11 @@ pkgbase = lf-bin
conflicts = lf
options = !strip
options = !emptydirs
- source_i686 = lf-24-linux-386.tar.gz::https://github.com/gokcehan/lf/releases/download/r24/lf-linux-386.tar.gz
- sha256sums_i686 = 4ad7d853d6f0e40fa08aee4c6c4a302ddfb4df44dc06d98f3449330b7ef5dcbb
- source_x86_64 = lf-24-linux-amd64.tar.gz::https://github.com/gokcehan/lf/releases/download/r24/lf-linux-amd64.tar.gz
- sha256sums_x86_64 = c1e4d37064b9d5c5144ab7be005b581d943f3703f380b16b6cf933f511824c31
- source_armv7h = lf-24.linux-arm.tar.gz::https://github.com/gokcehan/lf/releases/download/r24/lf-linux-arm.tar.gz
- sha256sums_armv7h = f27559a19aa2fc29fc302403e1b89beadc1f77f58f3cad9bd64d03544f95ddc3
+ source_i686 = lf-26-linux-386.tar.gz::https://github.com/gokcehan/lf/releases/download/r26/lf-linux-386.tar.gz
+ sha256sums_i686 = 09eabddcf198395171392cb82b4f5834f9e54509b99b35e883022ca41d95352c
+ source_x86_64 = lf-26-linux-amd64.tar.gz::https://github.com/gokcehan/lf/releases/download/r26/lf-linux-amd64.tar.gz
+ sha256sums_x86_64 = 0a07b8cbceadac4fea003f55f6ba5afa03cbb87261b1f6d2c8933286996ded75
+ source_armv7h = lf-26.linux-arm.tar.gz::https://github.com/gokcehan/lf/releases/download/r26/lf-linux-arm.tar.gz
+ sha256sums_armv7h = 8a94ef07d35e41095bf8b218ab2cc2f71cb9f15eb91b2aa684f24693ab9a6886
pkgname = lf-bin
diff --git a/PKGBUILD b/PKGBUILD
index 299e164..339b4df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=lf-bin
-pkgver=24
+pkgver=26
pkgrel=1
pkgdesc='A terminal file manager inspired by ranger (Precompiled binary from official repository)'
arch=('i686' 'x86_64' 'armv7h')
@@ -14,9 +14,16 @@ options=('!strip' '!emptydirs')
source_i686=("lf-$pkgver-linux-386.tar.gz::${url}/releases/download/r${pkgver}/lf-linux-386.tar.gz")
source_x86_64=("lf-$pkgver-linux-amd64.tar.gz::${url}/releases/download/r${pkgver}/lf-linux-amd64.tar.gz")
source_armv7h=("lf-$pkgver.linux-arm.tar.gz::${url}/releases/download/r${pkgver}/lf-linux-arm.tar.gz")
-sha256sums_i686=('4ad7d853d6f0e40fa08aee4c6c4a302ddfb4df44dc06d98f3449330b7ef5dcbb')
-sha256sums_x86_64=('c1e4d37064b9d5c5144ab7be005b581d943f3703f380b16b6cf933f511824c31')
-sha256sums_armv7h=('f27559a19aa2fc29fc302403e1b89beadc1f77f58f3cad9bd64d03544f95ddc3')
+source_aarch64=("lf-$pkgver.linux-arm64.tar.gz::${url}/releases/download/r${pkgver}/lf-linux-arm.tar.gz")
+sha256sums_i686=(
+ '09eabddcf198395171392cb82b4f5834f9e54509b99b35e883022ca41d95352c'
+)
+sha256sums_x86_64=(
+ '0a07b8cbceadac4fea003f55f6ba5afa03cbb87261b1f6d2c8933286996ded75'
+)
+sha256sums_armv7h=(
+ '8a94ef07d35e41095bf8b218ab2cc2f71cb9f15eb91b2aa684f24693ab9a6886'
+)
provides=('lf')
conflicts=('lf')