summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 914f2910cb95..6588996520e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=czkawka-cli-bin
-pkgver=1.4.0
+pkgver=1.5.1
pkgrel=1
pkgdesc="Multi functional app to find duplicates, empty folders, similar images etc (CLI)"
arch=('x86_64')
@@ -11,8 +11,8 @@ provides=("${pkgname%-bin}" 'czkawka')
depends=('gcc-libs')
source=("${pkgname}-${pkgver}::https://github.com/qarmin/czkawka/releases/download/${pkgver}/linux_czkawka_cli"
"LICENSE::https://github.com/qarmin/czkawka/raw/master/LICENSE")
-sha256sums=('5bb28c941e0c2ae8ce187b40587629eb484a7ca4ef08d1de260efa1e4bbacd2d'
- '9def5cc9d63a2ce9c61439ecb8e235e885c81ecdace886baec268ef7f58d5d30')
+sha256sums=('62942cc23a97e50a4e8e47a69490e34eba566a076ab1440c7eedf32cb2f7607c'
+ '4745d8b5b4ca465f4894553b40c8d1a23ee65a987f2846a4ef90662d7f3f2002')
package() {
install -Dm755 ${pkgname}-${pkgver} "${pkgdir}/usr/bin/${pkgname%-bin}"