Package Details: ggshield 1.41.0-1

Git Clone URL: https://aur.archlinux.org/ggshield.git (read-only, click to copy)
Package Base: ggshield
Description: Protect your secrets with GitGuardian.
Upstream URL: https://github.com/GitGuardian/ggshield
Keywords: GitGuardian
Licenses: MIT
Submitter: nicoulaj
Maintainer: hristov
Last Packager: hristov
Votes: 1
Popularity: 0.000000
First Submitted: 2022-01-04 16:40 (UTC)
Last Updated: 2025-07-22 14:47 (UTC)

Latest Comments

freddierice commented on 2025-07-21 15:00 (UTC) (edited on 2025-07-21 15:00 (UTC) by freddierice)

new version is available

From 348789d082dd1bc89d90bea1462005b12a819e7c Mon Sep 17 00:00:00 2001
From: Freddie Rice <>
Date: Mon, 21 Jul 2025 09:57:56 -0500
Subject: [PATCH] ggshield 1.41.0-1

---
 .SRCINFO | 6 +++---
 PKGBUILD | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 884061f..67004f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = ggshield
    pkgdesc = Protect your secrets with GitGuardian.
-   pkgver = 1.36.0
+   pkgver = 1.41.0
    pkgrel = 1
    url = https://github.com/GitGuardian/ggshield
    arch = any
@@ -8,7 +8,7 @@ pkgbase = ggshield
    depends = python
    depends = git
    options = !debug
-   source = https://github.com/GitGuardian/ggshield/releases/download/v1.36.0/ggshield_1.36.0-1_amd64.deb
-   sha256sums = a4799fef48d59dc8381541b4b713fcc6f60196117207de48cdc81953ba3b62a4
+   source = https://github.com/GitGuardian/ggshield/releases/download/v1.41.0/ggshield_1.41.0-1_amd64.deb
+   sha256sums = 9fd3b67371f10e63a194067f78a2c5b2729c24b9985a8afc32e045571b339880

 pkgname = ggshield
diff --git a/PKGBUILD b/PKGBUILD
index 2c3586f..57aa986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Julien Nicoulaud <julien.nicoulaud@gmail.com>
 pkgname=ggshield
-pkgver=1.36.0
+pkgver=1.41.0
 pkgrel=1
 pkgdesc="Protect your secrets with GitGuardian."
 arch=(any)
@@ -11,7 +11,7 @@ makedepends=()
 options=('!debug')
 # source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 source=("https://github.com/GitGuardian/${pkgname}/releases/download/v${pkgver}/ggshield_${pkgver}-${pkgrel}_amd64.deb")
-sha256sums=('a4799fef48d59dc8381541b4b713fcc6f60196117207de48cdc81953ba3b62a4')
+sha256sums=('9fd3b67371f10e63a194067f78a2c5b2729c24b9985a8afc32e045571b339880')


 package() {
-- 
2.50.1