summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordarkelectron2024-03-31 23:16:47 +0200
committerdarkelectron2024-03-31 23:16:47 +0200
commit817fc2c9cec1fddde36190ed7162afef130c81c9 (patch)
tree311ed9ae1679586dc684406f0c2a665d2a1b8e7a
parentdb110dc77c1ab1cd0167d84db1968986df76feeb (diff)
downloadaur-lf-bin.tar.gz
update to r32
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8b6fea146f8..39b28c040b30 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 = 31
+ pkgver = 32
pkgrel = 1
url = https://github.com/gokcehan/lf
arch = i686
@@ -13,11 +13,11 @@ pkgbase = lf-bin
conflicts = lf-sixel-git
options = !strip
options = !emptydirs
- source_i686 = lf-31-linux-386.tar.gz::https://github.com/gokcehan/lf/releases/download/r31/lf-linux-386.tar.gz
- sha256sums_i686 = 9561652ace9d9a493ff53e1ec94339a3e1eb15bc7fb386dfd9ce33735ce638b8
- source_x86_64 = lf-31-linux-amd64.tar.gz::https://github.com/gokcehan/lf/releases/download/r31/lf-linux-amd64.tar.gz
- sha256sums_x86_64 = db529fbc0c9ba66d426d7acde95a3520ff67c02162b115415ec2c288b2867f02
- source_armv7h = lf-31.linux-arm.tar.gz::https://github.com/gokcehan/lf/releases/download/r31/lf-linux-arm.tar.gz
- sha256sums_armv7h = e37df7248df110d4782ff703477be1192313458caaeb0849bc477d8da8b1819b
+ source_i686 = lf-32-linux-386.tar.gz::https://github.com/gokcehan/lf/releases/download/r32/lf-linux-386.tar.gz
+ sha256sums_i686 = da2dc1ae6b6ac6c0cd8e538fe79900cd49250c8b84a921831c53cb517fc9e8d0
+ source_x86_64 = lf-32-linux-amd64.tar.gz::https://github.com/gokcehan/lf/releases/download/r32/lf-linux-amd64.tar.gz
+ sha256sums_x86_64 = f587e3acef5945232aabbf293bbc85d231ba299f179764a99171275219acdeb0
+ source_armv7h = lf-32.linux-arm.tar.gz::https://github.com/gokcehan/lf/releases/download/r32/lf-linux-arm.tar.gz
+ sha256sums_armv7h = 81dd923787494f5c6a87eca697cbfb805a9d4a887502f061db5815e002120754
pkgname = lf-bin
diff --git a/PKGBUILD b/PKGBUILD
index 13b6ac92f640..601fadf5f354 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=lf-bin
-pkgver=31
+pkgver=32
pkgrel=1
pkgdesc='A terminal file manager inspired by ranger (Precompiled binary from official repository)'
arch=('i686' 'x86_64' 'armv7h')
@@ -14,9 +14,9 @@ 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=('9561652ace9d9a493ff53e1ec94339a3e1eb15bc7fb386dfd9ce33735ce638b8')
-sha256sums_x86_64=('db529fbc0c9ba66d426d7acde95a3520ff67c02162b115415ec2c288b2867f02')
-sha256sums_armv7h=('e37df7248df110d4782ff703477be1192313458caaeb0849bc477d8da8b1819b')
+sha256sums_i686=('da2dc1ae6b6ac6c0cd8e538fe79900cd49250c8b84a921831c53cb517fc9e8d0')
+sha256sums_x86_64=('f587e3acef5945232aabbf293bbc85d231ba299f179764a99171275219acdeb0')
+sha256sums_armv7h=('81dd923787494f5c6a87eca697cbfb805a9d4a887502f061db5815e002120754')
provides=('lf')
conflicts=('lf' 'lf-git' 'lf-sixel-git')