summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchcrack2021-02-11 22:34:17 -0300
committerarchcrack2021-02-11 22:34:17 -0300
commit72df671921ca567043eb9ce7e7e6c35bc86e0c8a (patch)
treeeff93f5918f4b7be4b417e1c812521e5ee375913
parentb54782e6c4f54da20f13163ce5ad968aac31c84c (diff)
downloadaur-72df671921ca567043eb9ce7e7e6c35bc86e0c8a.tar.gz
Upgrade to version 0.29.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e29f96dfaa5..c39148370092 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clifm
pkgdesc = The KISS file manager: cli-based, ultra-lightweight, and lightning fast
- pkgver = 0.29.0
+ pkgver = 0.29.1
pkgrel = 1
url = https://github.com/leo-arch/clifm
arch = any
@@ -16,8 +16,8 @@ pkgbase = clifm
optdepends = atool: Archives/compression support
optdepends = p7zip: ISO 9660 support
optdepends = cdrtools: ISO 9660 support
- source = clifm-0.29.0.tar.gz::https://github.com/leo-arch/clifm/archive/v0.29.0.tar.gz
- sha256sums = 3b37f7ee134eff6c081c233eb9d7eb9b121c6317bcc51cbcc7128e2288fa42ee
+ source = clifm-0.29.1.tar.gz::https://github.com/leo-arch/clifm/archive/v0.29.1.tar.gz
+ sha256sums = 3f3ca397e691302d0e95c2336aff5ce4fd9d10d78506febaea1f5d4a5513570e
pkgname = clifm
diff --git a/PKGBUILD b/PKGBUILD
index bf9dd7a53120..6e1de9bb4bfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: archcrack <johndoe.arch@outlook.com>
pkgname=clifm
-pkgver=0.29.0
+pkgver=0.29.1
pkgrel=1
pkgdesc="The KISS file manager: cli-based, ultra-lightweight, and lightning fast"
arch=(any)
@@ -18,7 +18,7 @@ optdepends=(
'cdrtools: ISO 9660 support'
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/leo-arch/$pkgname/archive/v${pkgver}.tar.gz")
-sha256sums=('3b37f7ee134eff6c081c233eb9d7eb9b121c6317bcc51cbcc7128e2288fa42ee')
+sha256sums=('3f3ca397e691302d0e95c2336aff5ce4fd9d10d78506febaea1f5d4a5513570e')
build() {
cd "$srcdir/${pkgname}-${pkgver}"