summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBailey Kasin2020-01-21 21:23:31 -0800
committerBailey Kasin2020-01-21 21:23:31 -0800
commit65e134252250b64b3e322c5cd89bf9a3380cbc0c (patch)
tree4ab21cffc839552639b1abf0dc73a8b2a0546694
parent00b93a38649c1cfa341c8eb99bd127225b0a3b91 (diff)
downloadaur-65e134252250b64b3e322c5cd89bf9a3380cbc0c.tar.gz
2.2.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06af96b6619f..f4732de436a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gogios-bin
pkgdesc = Checks to see if required services are still running on important machines.
- pkgver = 2.2
- pkgrel = 2
+ pkgver = 2.2.1
+ pkgrel = 1
url = https://angrysysadmins.tech
install = gogios-bin.install
arch = x86_64
@@ -10,11 +10,11 @@ pkgbase = gogios-bin
optdepends = gogios-plugins
provides = gogios
conflicts = gogios
- noextract = gogios-2.2-2-x86_64.pkg.tar.xz
+ noextract = gogios-2.2.1-1-x86_64.pkg.tar.xz
options = !strip
options = !emptydirs
- source = https://github.com/BKasin/gogios/releases/download/2.2/gogios-2.2-2-x86_64.pkg.tar.xz
- sha256sums = 0e47c0b67d69d12b82e101b55b98717f1c1eb50640d35da2071160a69375a5ee
+ source = https://github.com/BKasin/gogios/releases/download/2.2.1/gogios-2.2.1-1-x86_64.pkg.tar.xz
+ sha256sums = 521125ed75fb3b27b41298a7871bbe512d70e07ecc0fb3b813e62c1b85bf2293
pkgname = gogios-bin
diff --git a/PKGBUILD b/PKGBUILD
index 79fe4d329724..67d8c7b93e47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Bailey Kasin <bailey@gingertechnology.net> (https://angrysysadmins.tech)
pkgname=gogios-bin
-pkgver=2.2
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
pkgdesc="Checks to see if required services are still running on important machines."
arch=('x86_64')
url="https://angrysysadmins.tech"
@@ -15,7 +15,7 @@ source=("https://github.com/BKasin/gogios/releases/download/${pkgver}/gogios-${p
options=('!strip' '!emptydirs')
install=${pkgname}.install
noextract=("gogios-${pkgver}-${pkgrel}-${arch}.pkg.tar.xz")
-sha256sums=('0e47c0b67d69d12b82e101b55b98717f1c1eb50640d35da2071160a69375a5ee')
+sha256sums=('521125ed75fb3b27b41298a7871bbe512d70e07ecc0fb3b813e62c1b85bf2293')
provides=('gogios')
conflicts=('gogios')