summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2022-07-26 15:29:26 +0000
committerimlonghao2022-07-26 15:29:26 +0000
commitb3f8314464823d64229ecbcaa95a7152549ab2fc (patch)
tree31c6bc3c9af46a90f6974154a388a653bdfa3658
parent36cec8d449010e985d600994b92b4ee3b1054334 (diff)
downloadaur-b3f8314464823d64229ecbcaa95a7152549ab2fc.tar.gz
New version 1.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cfa9c98a53f..5ec0cab7c800 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-detect-secrets
pkgdesc = An enterprise friendly way of detecting and preventing secrets in code
- pkgver = 1.2.0
- pkgrel = 2
+ pkgver = 1.3.0
+ pkgrel = 1
url = https://github.com/Yelp/detect-secrets
arch = any
license = Apache
@@ -9,7 +9,7 @@ pkgbase = python-detect-secrets
depends = python-requests
depends = python-yaml
depends = git
- source = https://files.pythonhosted.org/packages/source/d/detect_secrets/detect_secrets-1.2.0.tar.gz
- sha256sums = c160e897b3d0e81bf9cf0f6cc2e5e6434fa609a159f9a2849fcae0a08b4e2a30
+ source = https://files.pythonhosted.org/packages/source/d/detect_secrets/detect_secrets-1.3.0.tar.gz
+ b2sums = 14fa2f5dac9fac09c3afa91cf191a9f7f74399cbb265587ebdcee3aebd81ba1550a8163960172fb36b583957fb7617927646cf549425db0829c5cece2c6991b5
pkgname = python-detect-secrets
diff --git a/PKGBUILD b/PKGBUILD
index a9b179ba6e79..70f930cf9791 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-detect-secrets
_pkgname=detect_secrets
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
pkgdesc="An enterprise friendly way of detecting and preventing secrets in code"
arch=("any")
url="https://github.com/Yelp/detect-secrets"
@@ -11,7 +11,7 @@ license=('Apache')
depends=('python-requests' 'python-yaml' 'git')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('c160e897b3d0e81bf9cf0f6cc2e5e6434fa609a159f9a2849fcae0a08b4e2a30')
+b2sums=('14fa2f5dac9fac09c3afa91cf191a9f7f74399cbb265587ebdcee3aebd81ba1550a8163960172fb36b583957fb7617927646cf549425db0829c5cece2c6991b5')
build() {
cd ${_pkgname}-${pkgver}