summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBailey Kasin2019-09-06 21:38:49 -0700
committerBailey Kasin2019-09-06 21:38:49 -0700
commitf61aed76e01f9f111169cdb9584d532a1c849b5c (patch)
treeb162b4416a2e46b462797231662d3554e454db1d
parent2b32298cf5d29e9ff05feb15a05ba65f5951a3ad (diff)
downloadaur-f61aed76e01f9f111169cdb9584d532a1c849b5c.tar.gz
1.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a22a831e975..17ae54c19d03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gogios-bin
pkgdesc = Checks to see if required services are still running on important machines.
- pkgver = 1.2.1
+ pkgver = 1.3
pkgrel = 1
url = https://angrysysadmins.tech
install = gogios-bin.install
@@ -10,11 +10,11 @@ pkgbase = gogios-bin
optdepends = nmap
provides = gogios
conflicts = gogios
- noextract = gogios-1.2.1.deb
+ noextract = gogios-1.3.deb
options = !strip
options = !emptydirs
- source = https://github.com/BKasin/Gogios/releases/download/1.2.1/gogios-1.2.1.deb
- sha256sums = 5f323ef2dff6c95e1bc731f87b69235f94a3c9989734e9e3d0d4b09461a687f6
+ source = https://github.com/BKasin/Gogios/releases/download/1.3/gogios-1.3.deb
+ sha256sums = 1f21c298c39e4d12155d1512a307443e836ba3e8731c339e05ec17abcbebc51d
pkgname = gogios-bin
diff --git a/PKGBUILD b/PKGBUILD
index a2dccd63257e..495c376aab65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bailey Kasin <bailey@gingertechnology.net> (https://angrysysadmins.tech)
pkgname=gogios-bin
-pkgver=1.2.1
+pkgver=1.3
pkgrel=1
pkgdesc="Checks to see if required services are still running on important machines."
arch=('x86_64')
@@ -15,7 +15,7 @@ source=("https://github.com/BKasin/Gogios/releases/download/${pkgver}/gogios-${p
options=('!strip' '!emptydirs')
install=${pkgname}.install
noextract=("gogios-${pkgver}.deb")
-sha256sums=('5f323ef2dff6c95e1bc731f87b69235f94a3c9989734e9e3d0d4b09461a687f6')
+sha256sums=('1f21c298c39e4d12155d1512a307443e836ba3e8731c339e05ec17abcbebc51d')
provides=('gogios')
conflicts=('gogios')