summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew S. Ortega2022-04-29 19:30:57 -0700
committerDrew S. Ortega2022-04-29 19:30:57 -0700
commit4f827e1fddca22d9eb3853eba8eb03c8b0283cad (patch)
treeb51c10935c279c9e609fccdcd0f38c6c585b186e
parent170b1c243f8f62baebd184446caaf845588dcbae (diff)
downloadaur-4f827e1fddca22d9eb3853eba8eb03c8b0283cad.tar.gz
update Brim to 0.29.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 892591cd6a3b..92721b738d19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = brim
- pkgdesc = Desktop application to efficiently search large packet captures and Zeek logs.
- pkgver = 0.28.0
+ pkgdesc = Desktop application to efficiently search and analyze super-structured data. Powered by Zed.
+ pkgver = 0.29.0
pkgrel = 2
url = https://www.brimsecurity.com/download/
arch = x86_64
@@ -16,10 +16,10 @@ pkgbase = brim
optdepends = lsb-release
optdepends = libgnome-keyring
optdepends = pulseaudio
- noextract = brim-0.28.0.deb
- source = https://github.com/brimdata/brim/releases/download/v0.28.0/brim-0.28.0.deb
- source = https://raw.githubusercontent.com/brimdata/brim/v0.28.0/LICENSE.txt
- sha256sums = a743e779bc4fa12d731558cb7bd6ebaabd5f8c92b108c554f41cda3147f3ef3f
+ noextract = brim-0.29.0.deb
+ source = https://github.com/brimdata/brim/releases/download/v0.29.0/brim-0.29.0.deb
+ source = https://raw.githubusercontent.com/brimdata/brim/v0.29.0/LICENSE.txt
+ sha256sums = 70f8cd660cf3f52c95af634edd957435f88ed22fe3c47af9bf87c09139f3e423
sha256sums = a8b360eb5a0cf91c98f39fd4259d09263d883222a8be42b0ee77ad80937e86ac
pkgname = brim
diff --git a/PKGBUILD b/PKGBUILD
index 7fcfcf2fe4e1..c0b57371ae1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Drew S. Ortega <orvyx@protonmail.com>
pkgname=brim
-pkgver=0.28.0
-pkgrel=2
-pkgdesc="Desktop application to efficiently search large packet captures and Zeek logs."
+pkgver=0.29.0
+pkgrel=3
+pkgdesc="Desktop application to efficiently search and analyze super-structured data. Powered by Zed."
arch=('x86_64')
url="https://www.brimsecurity.com/download/"
license=('custom')
@@ -12,7 +12,7 @@ source=("https://github.com/brimdata/brim/releases/download/v${pkgver}/${pkgname
"https://raw.githubusercontent.com/brimdata/brim/v${pkgver}/LICENSE.txt"
)
noextract=("${pkgname}-${pkgver}.deb")
-sha256sums=('a743e779bc4fa12d731558cb7bd6ebaabd5f8c92b108c554f41cda3147f3ef3f'
+sha256sums=('70f8cd660cf3f52c95af634edd957435f88ed22fe3c47af9bf87c09139f3e423'
'a8b360eb5a0cf91c98f39fd4259d09263d883222a8be42b0ee77ad80937e86ac')
package() {