summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorleo-arch2023-07-18 10:41:21 -0300
committerleo-arch2023-07-18 10:41:21 -0300
commitea6c218c9a1e08c25161765d616a134af3d78bec (patch)
tree89957a64c166bddcb1450bce2f4eaf4cdfa8a55d
parent7648ba7c54b040a4d5203eb5e9033c9048e0a54a (diff)
downloadaur-ea6c218c9a1e08c25161765d616a134af3d78bec.tar.gz
Upgrade to version 1.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d6a4ac90e67..9ce7beac9312 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clifm
pkgdesc = The command line file manager
- pkgver = 1.12
+ pkgver = 1.13
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.12.tar.gz::https://github.com/leo-arch/clifm/archive/v1.12.tar.gz
- sha256sums = a4cd97d7aa184a60e3e42ff33e6a31161818149c80caa92282cd2118e73319eb
+ source = clifm-1.13.tar.gz::https://github.com/leo-arch/clifm/archive/v1.13.tar.gz
+ sha256sums = 44eeba9416e2dea6d9b61cddb414471828d3a794fefc6b6e9fe3aa5445454120
pkgname = clifm
diff --git a/PKGBUILD b/PKGBUILD
index fb4eb530d26c..0c0638f4f034 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: archcrack <leo.clifm@outlook.com>
pkgname=clifm
-pkgver=1.12
+pkgver=1.13
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=('a4cd97d7aa184a60e3e42ff33e6a31161818149c80caa92282cd2118e73319eb')
+sha256sums=('44eeba9416e2dea6d9b61cddb414471828d3a794fefc6b6e9fe3aa5445454120')
build() {
cd "$srcdir/${pkgname}-${pkgver}"