summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBailey Kasin2019-07-24 04:21:35 -0700
committerBailey Kasin2019-07-24 04:21:35 -0700
commit991838ad3a7ab7a67a6c3d1cf8cabcd2dac52086 (patch)
tree4ef21b02ae9e0ab488349478bb1f10feee07b2bb
parent0ce34a8849f527080f2d75eb3d21d4cc01054c96 (diff)
downloadaur-991838ad3a7ab7a67a6c3d1cf8cabcd2dac52086.tar.gz
1.1, the Telegram update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c599f4f513db..57c17c1f12c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = gogios-bin
pkgdesc = Checks to see if required services are still running on important machines.
- pkgver = 1.0.1
+ pkgver = 1.1
pkgrel = 1
url = https://angrysysadmins.tech
install = gogios-bin.install
arch = x86_64
license = MIT
optdepends = nginx
- noextract = gogios-1.0.1.deb
+ noextract = gogios-1.1.deb
options = !strip
options = !emptydirs
- source = https://github.com/BKasin/Gogios/releases/download/1.0.1/gogios-1.0.1.deb
- sha256sums = cb08c20a754ad430c4e76b77881e132d9d189312b265dfaa05352cf713826d1f
+ source = https://github.com/BKasin/Gogios/releases/download/1.1/gogios-1.1.deb
+ sha256sums = 2695f0750522d5730fcdd31193151dfde0dc22483b59772fdab07003947022fd
pkgname = gogios-bin
diff --git a/PKGBUILD b/PKGBUILD
index 395181b2448f..af5b7abcfb95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bailey Kasin <bailey@gingertechnology.net> (https://angrysysadmins.tech)
pkgname=gogios-bin
-pkgver=1.0.1
+pkgver=1.1
pkgrel=1
pkgdesc="Checks to see if required services are still running on important machines."
arch=('x86_64')
@@ -12,7 +12,7 @@ source=("https://github.com/BKasin/Gogios/releases/download/${pkgver}/gogios-${p
options=('!strip' '!emptydirs')
install=${pkgname}.install
noextract=("gogios-${pkgver}.deb")
-sha256sums=('cb08c20a754ad430c4e76b77881e132d9d189312b265dfaa05352cf713826d1f')
+sha256sums=('2695f0750522d5730fcdd31193151dfde0dc22483b59772fdab07003947022fd')
package() {
bsdtar -O -xf gogios-${pkgver}.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -