summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAloxaf2021-05-01 11:17:08 +0800
committerAloxaf2021-05-01 11:17:08 +0800
commit135f727012aa1a3041811dec8997cd138cbb3e03 (patch)
treef17d5c6d6e35d180d24ecd5a88f088b29b7f29c9
parentf36fe7ba6261315ef698370454115420c25ce6bf (diff)
downloadaur-135f727012aa1a3041811dec8997cd138cbb3e03.tar.gz
Bump to 0.49.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a18cd38cfed7..0ebd0ffa491e 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.48.0
+ pkgver = 0.49.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.48.0/semgrep-v0.48.0-ubuntu-16.04.tgz
- source = https://files.pythonhosted.org/packages/source/s/semgrep/semgrep-0.48.0.tar.gz
- sha256sums = ce7c1e4eeccf932b2c4be7ddfed099fd96b3ffbb03cc7c3c943827ca6668aee4
- sha256sums = d00ad9d16e7ea6fb4eff80e4812b856f2856db097c2c6ade45ef71fcfa104697
+ source = https://github.com/returntocorp/semgrep/releases/download/v0.49.0/semgrep-v0.49.0-ubuntu-16.04.tgz
+ source = https://files.pythonhosted.org/packages/source/s/semgrep/semgrep-0.49.0.tar.gz
+ sha256sums = bd3a330bf5df007a745bd35119cd2819b123a0ac7dd7cf3cb6b2a2f1c6a8157e
+ sha256sums = cca38e34824bdf17aeae6e7a8fc3ce0ac441fec51b207783a469fff9994eb08b
pkgname = semgrep-bin
diff --git a/PKGBUILD b/PKGBUILD
index 63b4048e83eb..22c230836d7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=semgrep-bin
_name=semgrep
-pkgver=0.48.0
+pkgver=0.49.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=(
- 'ce7c1e4eeccf932b2c4be7ddfed099fd96b3ffbb03cc7c3c943827ca6668aee4'
- 'd00ad9d16e7ea6fb4eff80e4812b856f2856db097c2c6ade45ef71fcfa104697'
+ 'bd3a330bf5df007a745bd35119cd2819b123a0ac7dd7cf3cb6b2a2f1c6a8157e'
+ 'cca38e34824bdf17aeae6e7a8fc3ce0ac441fec51b207783a469fff9994eb08b'
)
# https://github.com/returntocorp/semgrep/releases/download/v${pkgver}/semgrep-v${pkgver}-ubuntu-16.04.tgz.sha256