summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17cf629007b3..ebc92b01de45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cylon
pkgdesc = Updates, Maintenance, backup and system checks in a menu driven Bash script
- pkgver = 3.6
- pkgrel = 7
+ pkgver = 3.6.1
+ pkgrel = 8
url = https://github.com/gavinlyonsrepo/cylon
arch = any
license = GPL
@@ -25,8 +25,8 @@ pkgbase = cylon
optdepends = speedtest-cli: internet bandwidth
optdepends = lynis: system audit tool
optdepends = openbsd-netcat: used for checking network
- source = https://github.com/gavinlyonsrepo/cylon/archive/3.6.tar.gz
- md5sums = 7df9292ff812b98b97f803ff816c1804
+ source = https://github.com/gavinlyonsrepo/cylon/archive/3.6.1.tar.gz
+ md5sums = 586319deeae70e0b31c93ac328a6bd57
pkgname = cylon
diff --git a/PKGBUILD b/PKGBUILD
index 5e6bcc9e1e4e..4d653b37ca0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: gavin lyons <glyons66@hotmail.com>
# https://github.com/gavinlyonsrepo/cylon
pkgname=cylon
-pkgver=3.6
-pkgrel=7
+pkgver=3.6.1
+pkgrel=8
pkgdesc="Updates, Maintenance, backup and system checks in a menu driven Bash script"
depends=('dialog' 'expac')
arch=('any')
@@ -30,7 +30,7 @@ optdepends=(
)
source=("https://github.com/gavinlyonsrepo/cylon/archive/$pkgver.tar.gz")
-md5sums=('7df9292ff812b98b97f803ff816c1804')
+md5sums=('586319deeae70e0b31c93ac328a6bd57')
package() {
cd "$srcdir/${pkgname}-${pkgver}"
install -D -m755 Cylon.sh "$pkgdir"/usr/bin/"${pkgname}"