summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAloxaf2021-05-16 12:04:38 +0800
committerAloxaf2021-05-16 12:04:38 +0800
commit9588ebd5a894665a650f7df82fcec45b09dd59d4 (patch)
tree19a2e1eea163a6a60d108ea86fd5cebbade65454
parent228bb9b71d0e03bbeedd241d9b07cab6b53cbb48 (diff)
downloadaur-9588ebd5a894665a650f7df82fcec45b09dd59d4.tar.gz
Bump to 0.51.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1663488d7d7..c191dbf6b57a 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.50.1
+ pkgver = 0.51.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.50.1/semgrep-v0.50.1-ubuntu-16.04.tgz
- source = https://files.pythonhosted.org/packages/source/s/semgrep/semgrep-0.50.1.tar.gz
- sha256sums = 06d12d38f73f90430d07c4dacaf2200c8b0f11967457907a334065113bc5bc0b
- sha256sums = d50ac9e3dfa32a933c185ccb1f565bad9c6bdbdfa7f7f5960ec0f48d1bddcc12
+ source = https://github.com/returntocorp/semgrep/releases/download/v0.51.0/semgrep-v0.51.0-ubuntu-16.04.tgz
+ source = https://files.pythonhosted.org/packages/source/s/semgrep/semgrep-0.51.0.tar.gz
+ sha256sums = 6d11d86e59349d8a8fd8183565e2604ed0e981c8f4f9b2db1951120b3c67bbbe
+ sha256sums = 16b127968819d9d48ca69319d61444ce74fd56d21f7a0e1b8ba8aef0079f4f85
pkgname = semgrep-bin
diff --git a/PKGBUILD b/PKGBUILD
index a5264d410fc7..2e2bc0562171 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=semgrep-bin
_name=semgrep
-pkgver=0.50.1
+pkgver=0.51.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=(
- '06d12d38f73f90430d07c4dacaf2200c8b0f11967457907a334065113bc5bc0b'
- 'd50ac9e3dfa32a933c185ccb1f565bad9c6bdbdfa7f7f5960ec0f48d1bddcc12'
+ '6d11d86e59349d8a8fd8183565e2604ed0e981c8f4f9b2db1951120b3c67bbbe'
+ '16b127968819d9d48ca69319d61444ce74fd56d21f7a0e1b8ba8aef0079f4f85'
)
# https://github.com/returntocorp/semgrep/releases/download/v${pkgver}/semgrep-v${pkgver}-ubuntu-16.04.tgz.sha256