summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Harrison2020-04-20 13:11:41 -0400
committerMatt Harrison2020-04-20 13:11:41 -0400
commit05607bbcfd1f234886847eb934f95e372460065e (patch)
treecf3d3377acb10405ac1c2ff3cdd7229a5b4e8441
parent062a61e3e1050f38c873caf50758fa988e331192 (diff)
downloadaur-05607bbcfd1f234886847eb934f95e372460065e.tar.gz
upgpkg: statping 0.90.30-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec350023679e..b126ff7616d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = statping
pkgdesc = An easy to use Status Page for your websites and applications.
- pkgver = 0.90.29
+ pkgver = 0.90.30
pkgrel = 1
url = https://statping.com/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = statping
makedepends = go.rice
makedepends = yarn
depends = glibc
- source = statping-0.90.29.tar.gz::https://github.com/statping/statping/archive/v0.90.29.tar.gz
- sha256sums = 2d870f6c28d7ce0782b06189eb7eecac338cdc762e6c1c7ec03fd3f05c706460
+ source = statping-0.90.30.tar.gz::https://github.com/statping/statping/archive/v0.90.30.tar.gz
+ sha256sums = 461c814b4d52fe839a38aaadee4a3c0ae6d1ec5d81f59e4c885bb627cd16e301
pkgname = statping
diff --git a/PKGBUILD b/PKGBUILD
index f23884e9345c..c72f248a3919 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matt Harrison <matt@harrison.us.com>
pkgname=statping
-pkgver=0.90.29
+pkgver=0.90.30
pkgrel=1
pkgdesc='An easy to use Status Page for your websites and applications.'
arch=(x86_64)
@@ -10,8 +10,8 @@ license=("GPL3")
depends=(glibc)
makedepends=(go-pie go.rice yarn)
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('2d870f6c28d7ce0782b06189eb7eecac338cdc762e6c1c7ec03fd3f05c706460')
-_commit_version=86eb1db816b25bfb64b7f4442675a44b86a93329
+sha256sums=('461c814b4d52fe839a38aaadee4a3c0ae6d1ec5d81f59e4c885bb627cd16e301')
+_commit_version=676ae77fad9d618ec1918f217a70e27b67b236e4
build() {
cd "$srcdir/$pkgname-$pkgver"