summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAloxaf2022-02-20 13:42:04 +0800
committerAloxaf2022-02-20 13:42:04 +0800
commitd3e0ef62c028d51f95c915ba40d161e4c3a4bc76 (patch)
treef57d026b11cc8021a162d8b5e2b49e424f271d81
parent4fb8bf5cc2fe9eb1fcb0767203be3da629cf15bb (diff)
downloadaur-d3e0ef62c028d51f95c915ba40d161e4c3a4bc76.tar.gz
bump version to 0.82.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f70a3a9259f..5bf2575f8d30 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.80.0
+ pkgver = 0.82.0
pkgrel = 1
url = https://github.com/returntocorp/semgrep
arch = x86_64
@@ -21,9 +21,9 @@ pkgbase = semgrep-bin
depends = python-peewee
provides = semgrep
options = !strip
- source = https://github.com/returntocorp/semgrep/releases/download/v0.80.0/semgrep-v0.80.0-ubuntu-16.04.tgz
- source = https://files.pythonhosted.org/packages/source/s/semgrep/semgrep-0.80.0.tar.gz
- sha256sums = 2eecc1940a49ba0d4dc589444409d6f35aa46f7467a28e86ff3dc61870ccc5a1
- sha256sums = b5166c96ac845b1237c829cefcb299acb7dec48361b0ad53569dacc171e5474c
+ source = https://github.com/returntocorp/semgrep/releases/download/v0.82.0/semgrep-v0.82.0-ubuntu-16.04.tgz
+ source = https://files.pythonhosted.org/packages/source/s/semgrep/semgrep-0.82.0.tar.gz
+ sha256sums = a2b1f806d76da691a6cb9c9eb083eef6e9e8bf6306f86868dcb92eeaa6034787
+ sha256sums = aa6c57d08602ffde3bf36159c0325d6d72f70dc634cd237f30ff46f7d6b78be3
pkgname = semgrep-bin
diff --git a/PKGBUILD b/PKGBUILD
index a349ae554be8..c05a4ed2339d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=semgrep-bin
_name=semgrep
-pkgver=0.80.0
+pkgver=0.82.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=(
- '2eecc1940a49ba0d4dc589444409d6f35aa46f7467a28e86ff3dc61870ccc5a1'
- 'b5166c96ac845b1237c829cefcb299acb7dec48361b0ad53569dacc171e5474c'
+ 'a2b1f806d76da691a6cb9c9eb083eef6e9e8bf6306f86868dcb92eeaa6034787'
+ 'aa6c57d08602ffde3bf36159c0325d6d72f70dc634cd237f30ff46f7d6b78be3'
)
# https://github.com/returntocorp/semgrep/releases/download/v${pkgver}/semgrep-v${pkgver}-ubuntu-16.04.tgz.sha256