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 f44434f3aa1c..9ece0ec81f25 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 = 4.1
- pkgrel = 2
+ pkgver = 4.2
+ pkgrel = 3
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/4.1.tar.gz
- md5sums = 0084cee14d743ea569fd72ccf7dd48af
+ source = https://github.com/gavinlyonsrepo/cylon/archive/4.2.tar.gz
+ md5sums = 93a5262264168879f7eae22a6d0f03d0
pkgname = cylon
diff --git a/PKGBUILD b/PKGBUILD
index 65181f8a3364..d410e4d96e4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: gavin lyons <glyons66@hotmail.com>
# https://github.com/gavinlyonsrepo/cylon
pkgname=cylon
-pkgver=4.1
-pkgrel=2
+pkgver=4.2
+pkgrel=3
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=('0084cee14d743ea569fd72ccf7dd48af')
+md5sums=('93a5262264168879f7eae22a6d0f03d0')
package() {
cd "$srcdir/${pkgname}-${pkgver}"
install -D -m755 Cylon.sh "$pkgdir"/usr/bin/"${pkgname}"