summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-07-23 21:46:40 +0200
committerhaawda2019-07-23 21:46:40 +0200
commitde3838ef79aaa663006545efa9ddeabd4aa7965e (patch)
tree3b99007b10534156f04fa52ed460b4687140aab2
parent705e3182f398912ba718961f9c752cbfa27408d2 (diff)
downloadaur-de3838ef79aaa663006545efa9ddeabd4aa7965e.tar.gz
update
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c38e9261f1b..28a2b16d8b2f 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 = 12
+ pkgver = 13
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 = https://github.com/gokcehan/lf/releases/download/r12/lf-linux-386.tar.gz
- sha256sums_i686 = 1a95931bdc3a2e8c71d41481c8562b01c4f834b905d9e5812a40748ee94ed2f0
- source_x86_64 = https://github.com/gokcehan/lf/releases/download/r12/lf-linux-amd64.tar.gz
- sha256sums_x86_64 = 9ece536b2a500ba7ca829217013363f5cd511f844f7d08c932ad0569f61cddc6
- source_armv7h = https://github.com/gokcehan/lf/releases/download/r12/lf-linux-arm.tar.gz
- sha256sums_armv7h = 3481c8599be967f57a971d7609aee086848bd4d782597b9b7a46f1789930238a
+ source_i686 = https://github.com/gokcehan/lf/releases/download/r13/lf-linux-386.tar.gz
+ sha256sums_i686 = 136fcd460156bef96a7a4b88bca0c607c6b4c341a082cf1e8a68092a6292f8e8
+ source_x86_64 = https://github.com/gokcehan/lf/releases/download/r13/lf-linux-amd64.tar.gz
+ sha256sums_x86_64 = 260aaedf290fc21b2161555d35d968d4defbc667acfaba43c6616e8e6933c921
+ source_armv7h = https://github.com/gokcehan/lf/releases/download/r13/lf-linux-arm.tar.gz
+ sha256sums_armv7h = 2f81a457a4aa1f2922c8e21bdab986d240c856e93ac6abb91a139e58c21c1289
pkgname = lf-bin
diff --git a/PKGBUILD b/PKGBUILD
index fc88739b0a73..5d65b0008c93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=lf-bin
-pkgver=12
+pkgver=13
pkgrel=1
pkgdesc='A terminal file manager inspired by ranger (Precompiled binary from official repository)'
arch=('i686' 'x86_64' 'armv7h')
@@ -12,9 +12,9 @@ options=('!strip' '!emptydirs')
source_i686=("${url}/releases/download/r${pkgver}/lf-linux-386.tar.gz")
source_x86_64=("${url}/releases/download/r${pkgver}/lf-linux-amd64.tar.gz")
source_armv7h=("${url}/releases/download/r${pkgver}/lf-linux-arm.tar.gz")
-sha256sums_i686=('1a95931bdc3a2e8c71d41481c8562b01c4f834b905d9e5812a40748ee94ed2f0')
-sha256sums_x86_64=('9ece536b2a500ba7ca829217013363f5cd511f844f7d08c932ad0569f61cddc6')
-sha256sums_armv7h=('3481c8599be967f57a971d7609aee086848bd4d782597b9b7a46f1789930238a')
+sha256sums_i686=('136fcd460156bef96a7a4b88bca0c607c6b4c341a082cf1e8a68092a6292f8e8')
+sha256sums_x86_64=('260aaedf290fc21b2161555d35d968d4defbc667acfaba43c6616e8e6933c921')
+sha256sums_armv7h=('2f81a457a4aa1f2922c8e21bdab986d240c856e93ac6abb91a139e58c21c1289')
provides=('lf')
conflicts=('lf')