summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAloxaf2020-05-30 16:23:34 +0800
committerAloxaf2020-05-30 16:23:34 +0800
commitd7ac6c736704f6e3eafb3d4c59b91897c767d5c9 (patch)
tree1099fdc17e3efc0954eaed142bd6332bacb8e6ff
parent597242eb89375acd718f712a6ff727b97fc40d67 (diff)
downloadaur-d7ac6c736704f6e3eafb3d4c59b91897c767d5c9.tar.gz
Bump version to 0.8.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59768a78a06d..cd278f82ff38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
pkgbase = semgrep-bin
pkgdesc = Fast and syntax-aware semantic code pattern search for many languages: like grep but for code
- pkgver = 0.8.0
+ pkgver = 0.8.1
pkgrel = 1
url = https://github.com/returntocorp/semgrep
arch = x86_64
license = LGPL2.1
depends = bash
+ depends = zlib
depends = bzip2
depends = ncurses5-compat-libs
depends = openssl-1.0
provides = semgrep
options = !strip
- source = https://github.com/returntocorp/semgrep/releases/download/v0.8.0/semgrep-v0.8.0-ubuntu-16.04.tgz
- sha256sums = 30c91dcd4297aaf69e7a68c7024a6b21bd5160fce499f11aede6551d346b3f96
+ source = https://github.com/returntocorp/semgrep/releases/download/v0.8.1/semgrep-v0.8.1-ubuntu-16.04.tgz
+ sha256sums = 1839103af9531dbefd3a1013f2183c0f403e2bad60f13451a86761179f502e61
pkgname = semgrep-bin
diff --git a/PKGBUILD b/PKGBUILD
index 45c669c12f21..5fc37fa3187e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aloxaf <aloxafx@gmail.com>
pkgname=semgrep-bin
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="Fast and syntax-aware semantic code pattern search for many languages: like grep but for code"
arch=(x86_64)
@@ -11,7 +11,7 @@ depends=('bash' 'zlib' 'bzip2' 'ncurses5-compat-libs' 'openssl-1.0')
provides=('semgrep')
options=('!strip')
source=("https://github.com/returntocorp/semgrep/releases/download/v${pkgver}/semgrep-v${pkgver}-ubuntu-16.04.tgz")
-sha256sums=('30c91dcd4297aaf69e7a68c7024a6b21bd5160fce499f11aede6551d346b3f96')
+sha256sums=('1839103af9531dbefd3a1013f2183c0f403e2bad60f13451a86761179f502e61')
# https://github.com/returntocorp/semgrep/releases/download/v${pkgver}/semgrep-v${pkgver}-ubuntu-16.04.tgz.sha256
package() {