summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--].SRCINFO9
-rwxr-xr-x[-rw-r--r--]PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d5d30a24a2d..377496485ace 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cylon
pkgdesc = Updates, Maintenance, backup and system checks in a menu driven TUI written in Bash
- pkgver = 6.0
- pkgrel = 1
+ pkgver = 6.1
+ pkgrel = 2
url = https://github.com/gavinlyonsrepo/cylon
arch = any
license = GPL
@@ -18,8 +18,7 @@ pkgbase = cylon
optdepends = openbsd-netcat: used for checking network
optdepends = rsync: used for backup
optdepends = libnotify: desktop notifications
- source = https://github.com/gavinlyonsrepo/cylon/archive/6.0.tar.gz
- md5sums = 66a8b957c2a56fd6f1d90de8d5bbf6cc
+ source = https://github.com/gavinlyonsrepo/cylon/archive/6.1.tar.gz
+ sha256sums = a4a06a4300181499bec37b1dbcad0365f09da0fa78aaf23915ac9d82f47a7d04
pkgname = cylon
-
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}"