summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAoibhinn Nic Aoidh2021-01-31 20:26:23 +0000
committerAoibhinn Nic Aoidh2021-01-31 20:26:23 +0000
commit3f8fa80dbd0482323fc66010e957fa6f437b0bc8 (patch)
treef208c29d7dcfef3dd618dad4f984910a71fbed5d
parent8f7c3a864e7d2eb556c9a7f9cd1724923f120f78 (diff)
downloadaur-3f8fa80dbd0482323fc66010e957fa6f437b0bc8.tar.gz
Update to r20
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a4b141a7aa0..5e9515a703c2 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 = 18
+ pkgver = 20
pkgrel = 1
url = https://github.com/gokcehan/lf
arch = i686
@@ -11,12 +11,12 @@ pkgbase = lf-bin
conflicts = lf
options = !strip
options = !emptydirs
- source_i686 = lf-18-linux-386.tar.gz::https://github.com/gokcehan/lf/releases/download/r18/lf-linux-386.tar.gz
- sha256sums_i686 = e65d252755543769853190c1cff00a9b6a30626ca669e540e4c359a927d86cd1
- source_x86_64 = lf-18-linux-amd64.tar.gz::https://github.com/gokcehan/lf/releases/download/r18/lf-linux-amd64.tar.gz
- sha256sums_x86_64 = 3b48e3fc90402dd6b42b04097d43d26d55a694ea32714aced01d188fbfc4b32e
- source_armv7h = lf-18.linux-arm.tar.gz::https://github.com/gokcehan/lf/releases/download/r18/lf-linux-arm.tar.gz
- sha256sums_armv7h = 936b310d8021736162aa45f915e3a9bfdab3e542bbf37395babb6793354769a9
+ source_i686 = lf-20-linux-386.tar.gz::https://github.com/gokcehan/lf/releases/download/r20/lf-linux-386.tar.gz
+ sha256sums_i686 = 1a8fe5ca867557ac695ff92c8e04f2adaee60c47bf8be80b41a36bd4d8d74440
+ source_x86_64 = lf-20-linux-amd64.tar.gz::https://github.com/gokcehan/lf/releases/download/r20/lf-linux-amd64.tar.gz
+ sha256sums_x86_64 = d88d3865e209d25728fa4291a032094790cc744195ee803224d2818433c036b4
+ source_armv7h = lf-20.linux-arm.tar.gz::https://github.com/gokcehan/lf/releases/download/r20/lf-linux-arm.tar.gz
+ sha256sums_armv7h = 0886c2f035249f5f93c411eb0a72bf3dfe5769059472b61fb90929830dbfa894
pkgname = lf-bin
diff --git a/PKGBUILD b/PKGBUILD
index 028271f80c29..1026336adc7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=lf-bin
-pkgver=18
+pkgver=20
pkgrel=1
pkgdesc='A terminal file manager inspired by ranger (Precompiled binary from official repository)'
arch=('i686' 'x86_64' 'armv7h')
@@ -13,9 +13,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=('e65d252755543769853190c1cff00a9b6a30626ca669e540e4c359a927d86cd1')
-sha256sums_x86_64=('3b48e3fc90402dd6b42b04097d43d26d55a694ea32714aced01d188fbfc4b32e')
-sha256sums_armv7h=('936b310d8021736162aa45f915e3a9bfdab3e542bbf37395babb6793354769a9')
+sha256sums_i686=('1a8fe5ca867557ac695ff92c8e04f2adaee60c47bf8be80b41a36bd4d8d74440')
+sha256sums_x86_64=('d88d3865e209d25728fa4291a032094790cc744195ee803224d2818433c036b4')
+sha256sums_armv7h=('0886c2f035249f5f93c411eb0a72bf3dfe5769059472b61fb90929830dbfa894')
provides=('lf')
conflicts=('lf')