summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAloxaf2021-04-21 10:21:42 +0800
committerAloxaf2021-04-21 10:21:42 +0800
commit8dd7529119727dff734eb28c36a7f763d11d47dd (patch)
treeb08fdb1aa9930f131ce30e09b86c763b476b82f6
parent0225df43e118f381cd3b35026ca557f5f5bc9d26 (diff)
downloadaur-8dd7529119727dff734eb28c36a7f763d11d47dd.tar.gz
Bump version to 0.48.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 904460fc9ee8..a18cd38cfed7 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.47.0
+ pkgver = 0.48.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.47.0/semgrep-v0.47.0-ubuntu-16.04.tgz
- source = https://files.pythonhosted.org/packages/source/s/semgrep/semgrep-0.47.0.tar.gz
- sha256sums = 7873249741072dcbac33655106d36be3949f381169b894422f34da26efff6a54
- sha256sums = 79e9ece37e8a0e15db38fa468d6ccf4b6eeef5d60bddba16beb88f4d71cdf22b
+ 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
pkgname = semgrep-bin
diff --git a/PKGBUILD b/PKGBUILD
index 84bfc5df5ef4..aad811d79b4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=semgrep-bin
_name=semgrep
-pkgver=0.47.0
+pkgver=0.48.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=(
- '7873249741072dcbac33655106d36be3949f381169b894422f34da26efff6a54'
- '79e9ece37e8a0e15db38fa468d6ccf4b6eeef5d60bddba16beb88f4d71cdf22b'
+ 'ce7c1e4eeccf932b2c4be7ddfed099fd96b3ffbb03cc7c3c943827ca6668aee4'
+ 'd00ad9d16e7ea6fb4eff80e4812b856f2856db097c2c6ade45ef71fcfa104697'
)
# https://github.com/returntocorp/semgrep/releases/download/v${pkgver}/semgrep-v${pkgver}-ubuntu-16.04.tgz.sha256