summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorleo-arch2024-03-23 22:31:13 -0300
committerleo-arch2024-03-23 22:31:13 -0300
commitdbcf786dc7c0d64fed147cf0a0bd7794f16fe17a (patch)
tree9debd6d427b87d3fa7131dbb954f252e854431aa
parent39c6c887899a7a5b9cfadf3bf93d6cf22e446fe1 (diff)
downloadaur-dbcf786dc7c0d64fed147cf0a0bd7794f16fe17a.tar.gz
Bump version to 1.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c8a745f43f5..d689850277a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clifm
pkgdesc = The command line file manager
- pkgver = 1.17
+ pkgver = 1.18
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.17.tar.gz::https://github.com/leo-arch/clifm/archive/v1.17.tar.gz
- sha256sums = c6b64bbbdb4f1c7a752db004150ac3a773696624ec62d8d33204b259e810421f
+ source = clifm-1.18.tar.gz::https://github.com/leo-arch/clifm/archive/v1.18.tar.gz
+ sha256sums = b3293074a62542c0ba54bd246391f9e38e0d48ea80c222bf8112469cb97a550c
pkgname = clifm
diff --git a/PKGBUILD b/PKGBUILD
index 9b04ba6adbaa..3af64e41b39d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: archcrack <leo.clifm@outlook.com>
pkgname=clifm
-pkgver=1.17
+pkgver=1.18
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::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('c6b64bbbdb4f1c7a752db004150ac3a773696624ec62d8d33204b259e810421f')
+sha256sums=('b3293074a62542c0ba54bd246391f9e38e0d48ea80c222bf8112469cb97a550c')
build() {
cd "$srcdir/${pkgname}-${pkgver}"