summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorusername2272024-06-17 10:15:19 -0400
committerusername2272024-06-17 10:15:19 -0400
commit371d70a7d8b7945df71f4d01b55115b034c9f884 (patch)
treef4a2739ee1c585f155efd7a96a6debf9216c05f4
parent14f4c80be8e060e44e0adda728f6276052f4d6f0 (diff)
downloadaur-371d70a7d8b7945df71f4d01b55115b034c9f884.tar.gz
update to 1.76.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c571516c2cda..14d6b470e040 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 = 1.75.0
+ pkgver = 1.76.0
pkgrel = 1
url = https://github.com/returntocorp/semgrep
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5830a58bc870..7389c7e3a3d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=semgrep-bin
_name=semgrep
-pkgver=1.75.0
+pkgver=1.76.0
pkgrel=1
pkgdesc="Fast and syntax-aware semantic code pattern search for many languages: like grep but for code"
arch=(x86_64)