summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin !2023-10-24 10:58:58 -0400
committerJustin !2023-10-24 10:58:58 -0400
commit30ad34c36c2b4a47221ad581c13f42a1ff1fd231 (patch)
tree35bf36a8cee6e1c204267967b9f96ac0e75e1788
parent00f228b73699fbe31c69a359e034a476f706a538 (diff)
downloadaur-30ad34c36c2b4a47221ad581c13f42a1ff1fd231.tar.gz
Bump version to 3.0.0_rc52
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD17
2 files changed, 11 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e515164d1fc..bc0542b0e02a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,12 @@
pkgbase = mtail-bin
pkgdesc = extract whitebox monitoring data from application logs for collection in a timeseries database
- pkgver = v3.0.0_rc36
- pkgrel = 2
+ pkgver = 3.0.0_rc52
+ 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-rc36/mtail_v3.0.0-rc36_linux_amd64
- source = https://raw.githubusercontent.com/google/mtail/master/LICENSE
- sha256sums = a30af629885ee285a54cf9e9984853a313a55a699a8b23d06b583e6417337797
- sha256sums = cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30
+ source = https://github.com/google/mtail/releases/download/v3.0.0-rc52/mtail_3.0.0-rc52_linux_amd64.tar.gz
+ sha256sums = 96fb8b40579dd281c5c0487d2e1b06350099db82b4539c912370b26198027bc9
pkgname = mtail-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 1ad3169b78a9..399e2193acd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,22 @@
-# Maintainer: Jean-Francois Chevrette <jfchevrette@gmail.com>
+# Maintainer: Justin ! <just1602@riseup.net>
+# Ex Maintainer: Jean-Francois Chevrette <jfchevrette@gmail.com>
_pkgname='mtail'
pkgname="${_pkgname}-bin"
-_pkgver=v3.0.0-rc36
+_pkgver=3.0.0-rc52
pkgver="${_pkgver//-/_}"
-pkgrel=2
+pkgrel=1
pkgdesc='extract whitebox monitoring data from application logs for collection in a timeseries database'
arch=('x86_64')
url='https://github.com/google/mtail'
license=('Apache')
conflicts=("${_pkgname}")
-source=("https://github.com/google/mtail/releases/download/${_pkgver}/${_pkgname}_${_pkgver}_linux_amd64"
- "https://raw.githubusercontent.com/google/mtail/master/LICENSE")
-sha256sums=('f2b4a8e8db6c06b8fa1d17c71334fc5a7e5e9bc4c8d60a9560b664b30218b6ac'
- 'cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30')
+source=("https://github.com/google/mtail/releases/download/v${_pkgver}/${_pkgname}_${_pkgver}_linux_amd64.tar.gz")
+sha256sums=('96fb8b40579dd281c5c0487d2e1b06350099db82b4539c912370b26198027bc9')
package() {
cd "${srcdir}"
- install -Dm755 "mtail_${_pkgver}_linux_amd64" "${pkgdir}/usr/bin/mtail"
+ install -Dm755 "mtail" "${pkgdir}/usr/bin/mtail"
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
}
-sha256sums=('a30af629885ee285a54cf9e9984853a313a55a699a8b23d06b583e6417337797'
- 'cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30')