summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAloxaf2020-12-01 13:35:41 +0800
committerAloxaf2020-12-01 13:35:41 +0800
commit0072ff50067cf5002e135b77a8f8f221046b6c09 (patch)
treed0b6635d9676903886bbd2a9b49349c439e57113
parentc50c06eff66c5c21ea5abba86b99dfd308b5731d (diff)
downloadaur-0072ff50067cf5002e135b77a8f8f221046b6c09.tar.gz
Bump version to 0.32.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f62396023f0e..eb1cff85ba35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = semgrep-bin
pkgdesc = Fast and syntax-aware semantic code pattern search for many languages: like grep but for code
- pkgver = 0.31.1
+ pkgver = 0.32.0
pkgrel = 1
url = https://github.com/returntocorp/semgrep
arch = x86_64
@@ -18,10 +18,10 @@ pkgbase = semgrep-bin
depends = python-jsonschema
provides = semgrep
options = !strip
- source = https://github.com/returntocorp/semgrep/releases/download/v0.31.1/semgrep-v0.31.1-ubuntu-16.04.tgz
- source = https://files.pythonhosted.org/packages/source/s/semgrep/semgrep-0.31.1.tar.gz
- sha256sums = 29130d2e92a95f35d37843a1e2788f7896d41012c3588da9b3dbfff6a2e09804
- sha256sums = f428d93c2b8a1ea2b640d9a613e6cd3b55249271bbb578acc526be16d880dbc9
+ source = https://github.com/returntocorp/semgrep/releases/download/v0.32.0/semgrep-v0.32.0-ubuntu-16.04.tgz
+ source = https://files.pythonhosted.org/packages/source/s/semgrep/semgrep-0.32.0.tar.gz
+ sha256sums = bd20411a185b637ae970c8a79ad1237f8439a5afd0710612238f7822cce6a835
+ sha256sums = 8d7198e1a2556b903d33bee29e61fc4369deef09cfb14e58588c825e4dfa2aba
pkgname = semgrep-bin
diff --git a/PKGBUILD b/PKGBUILD
index 998aee6d0ef1..e48b0959ff44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=semgrep-bin
_name=semgrep
-pkgver=0.31.1
+pkgver=0.32.0
pkgrel=1
pkgdesc="Fast and syntax-aware semantic code pattern search for many languages: like grep but for code"
arch=(x86_64)
@@ -17,8 +17,8 @@ source=(
"https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"
)
sha256sums=(
- '29130d2e92a95f35d37843a1e2788f7896d41012c3588da9b3dbfff6a2e09804'
- 'f428d93c2b8a1ea2b640d9a613e6cd3b55249271bbb578acc526be16d880dbc9'
+ 'bd20411a185b637ae970c8a79ad1237f8439a5afd0710612238f7822cce6a835'
+ '8d7198e1a2556b903d33bee29e61fc4369deef09cfb14e58588c825e4dfa2aba'
)
# https://github.com/returntocorp/semgrep/releases/download/v${pkgver}/semgrep-v${pkgver}-ubuntu-16.04.tgz.sha256