summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGavin lyons2021-11-15 22:06:00 +0000
committerGavin lyons2021-11-15 22:06:00 +0000
commit85836040a80702f2f88509b281b0f19faeaeacc7 (patch)
treefedca7615dbaf78203a8311346613060e70743a7 /PKGBUILD
parent86c9d99bba02cc339650f18de9e7a4ceb0d423da (diff)
downloadaur-85836040a80702f2f88509b281b0f19faeaeacc7.tar.gz
V6.1-2
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8858c054e8b6..be7c3645e7db 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Gavin Lyons <glyons66@hotmail.com>
# https://github.com/gavinlyonsrepo/cylon
pkgname=cylon
-pkgver=6.0
-pkgrel=1
+pkgver=6.1
+pkgrel=2
pkgdesc="Updates, Maintenance, backup and system checks in a menu driven TUI written in Bash"
depends=('dialog' 'expac' 'pacman-contrib')
arch=('any')
@@ -21,7 +21,7 @@ optdepends=(
'libnotify: desktop notifications'
)
source=("https://github.com/gavinlyonsrepo/cylon/archive/$pkgver.tar.gz")
-md5sums=('66a8b957c2a56fd6f1d90de8d5bbf6cc')
+sha256sums=('a4a06a4300181499bec37b1dbcad0365f09da0fa78aaf23915ac9d82f47a7d04')
package() {
cd "$srcdir/${pkgname}-${pkgver}"