summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorleo-arch2023-09-05 02:01:23 -0300
committerleo-arch2023-09-05 02:01:23 -0300
commit6df697d3314eda5e872575d82cf87bef8552fb49 (patch)
tree139eb1ad6d0028a7daf7ab23f0aaf2c1d412b484
parentea6c218c9a1e08c25161765d616a134af3d78bec (diff)
downloadaur-6df697d3314eda5e872575d82cf87bef8552fb49.tar.gz
Upgrade to version 1.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ce7beac9312..304ace4e09de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clifm
pkgdesc = The command line file manager
- pkgver = 1.13
+ pkgver = 1.14
pkgrel = 1
url = https://github.com/leo-arch/clifm
arch = i686
@@ -25,7 +25,7 @@ pkgbase = clifm
optdepends = udevil: (un)mount storage devices
optdepends = udisks2: (un)mount storage devices
provides = clifm
- source = clifm-1.13.tar.gz::https://github.com/leo-arch/clifm/archive/v1.13.tar.gz
- sha256sums = 44eeba9416e2dea6d9b61cddb414471828d3a794fefc6b6e9fe3aa5445454120
+ source = clifm-1.14.tar.gz::https://github.com/leo-arch/clifm/archive/v1.14.tar.gz
+ sha256sums = 2c15c8198abd3c060014874d7f0ee7b9cfa3bc8715c65375ca7a79c01c4064bc
pkgname = clifm
diff --git a/PKGBUILD b/PKGBUILD
index 0c0638f4f034..44ed69c78bb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: archcrack <leo.clifm@outlook.com>
pkgname=clifm
-pkgver=1.13
+pkgver=1.14
pkgrel=1
pkgdesc="The command line file manager"
arch=('i686' 'pentium4' 'x86_64' 'arm' 'aarch64' 'armv7h')
@@ -21,7 +21,7 @@ optdepends=(
'udisks2: (un)mount storage devices'
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/leo-arch/$pkgname/archive/v${pkgver}.tar.gz")
-sha256sums=('44eeba9416e2dea6d9b61cddb414471828d3a794fefc6b6e9fe3aa5445454120')
+sha256sums=('2c15c8198abd3c060014874d7f0ee7b9cfa3bc8715c65375ca7a79c01c4064bc')
build() {
cd "$srcdir/${pkgname}-${pkgver}"