summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Francois Chevrette2020-07-10 10:58:59 -0400
committerJean-Francois Chevrette2020-07-10 10:58:59 -0400
commit00f228b73699fbe31c69a359e034a476f706a538 (patch)
tree0e7b3da30d1af290f6f5159b7798d57ed3ff31b5
parent10dece37788e9e9da472007824843f02c8cd72bf (diff)
downloadaur-00f228b73699fbe31c69a359e034a476f706a538.tar.gz
bump to v3.0.0-rc36
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92d1a4b5eb91..7e515164d1fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mtail-bin
pkgdesc = extract whitebox monitoring data from application logs for collection in a timeseries database
- pkgver = v3.0.0_rc35
+ pkgver = v3.0.0_rc36
pkgrel = 2
url = https://github.com/google/mtail
arch = x86_64
license = Apache
conflicts = mtail
- source = https://github.com/google/mtail/releases/download/v3.0.0-rc35/mtail_v3.0.0-rc35_linux_amd64
+ source = https://github.com/google/mtail/releases/download/v3.0.0-rc36/mtail_v3.0.0-rc36_linux_amd64
source = https://raw.githubusercontent.com/google/mtail/master/LICENSE
- sha256sums = f2b4a8e8db6c06b8fa1d17c71334fc5a7e5e9bc4c8d60a9560b664b30218b6ac
+ sha256sums = a30af629885ee285a54cf9e9984853a313a55a699a8b23d06b583e6417337797
sha256sums = cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30
pkgname = mtail-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2fdbf73ee388..1ad3169b78a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='mtail'
pkgname="${_pkgname}-bin"
-_pkgver=v3.0.0-rc35
+_pkgver=v3.0.0-rc36
pkgver="${_pkgver//-/_}"
pkgrel=2
pkgdesc='extract whitebox monitoring data from application logs for collection in a timeseries database'
@@ -21,3 +21,5 @@ package() {
install -Dm755 "mtail_${_pkgver}_linux_amd64" "${pkgdir}/usr/bin/mtail"
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
}
+sha256sums=('a30af629885ee285a54cf9e9984853a313a55a699a8b23d06b583e6417337797'
+ 'cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30')