summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin !2024-02-12 12:41:49 -0500
committerJustin !2024-02-12 12:41:49 -0500
commitb94fabe6ba21b35257a53f9a67af09a04c79fce8 (patch)
treecd430a30b7a6ea1dcb7a0a17f14180ebe21fe835
parent721165106fa6ded0f2091395c3922f2abba94252 (diff)
downloadaur-b94fabe6ba21b35257a53f9a67af09a04c79fce8.tar.gz
Update mtail-bin to 3.0.0_rc54
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4614bc100033..1d303fff7d98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = mtail-bin
pkgdesc = extract whitebox monitoring data from application logs for collection in a timeseries database
- pkgver = 3.0.0_rc53
+ pkgver = 3.0.0_rc54
pkgrel = 1
url = https://github.com/google/mtail
arch = x86_64
license = Apache
conflicts = mtail
- source = https://github.com/google/mtail/releases/download/v3.0.0-rc53/mtail_3.0.0-rc53_linux_amd64.tar.gz
- sha256sums = da399ad7db4c787ef2e4186904c5ae799f28a5e679394a4e08e802c065cc3612
+ source = https://github.com/google/mtail/releases/download/v3.0.0-rc54/mtail_3.0.0-rc54_linux_amd64.tar.gz
+ sha256sums = 6f6cb9c5f2eec6494ecbec9e3f6f0ab9444ef57844143749d7a5b2d2ab1819d6
pkgname = mtail-bin
diff --git a/PKGBUILD b/PKGBUILD
index 57e31401a50a..6a67d5231968 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='mtail'
pkgname="${_pkgname}-bin"
-_pkgver=3.0.0-rc53
+_pkgver=3.0.0-rc54
pkgver="${_pkgver//-/_}"
pkgrel=1
pkgdesc='extract whitebox monitoring data from application logs for collection in a timeseries database'
@@ -12,7 +12,7 @@ url='https://github.com/google/mtail'
license=('Apache')
conflicts=("${_pkgname}")
source=("https://github.com/google/mtail/releases/download/v${_pkgver}/${_pkgname}_${_pkgver}_linux_amd64.tar.gz")
-sha256sums=('da399ad7db4c787ef2e4186904c5ae799f28a5e679394a4e08e802c065cc3612')
+sha256sums=('6f6cb9c5f2eec6494ecbec9e3f6f0ab9444ef57844143749d7a5b2d2ab1819d6')
package() {
cd "${srcdir}"