Daurnimator pushed to branch main at Arch Linux / Packaging / Packages / sops


Commits:
9821ec9b by Daurnimator at 2023-10-23T13:55:57+11:00
upgpkg: 3.8.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,18 @@
+pkgbase = sops
+       pkgdesc = Editor of encrypted files that supports YAML, JSON and BINARY 
formats
+       pkgver = 3.8.1
+       pkgrel = 1
+       url = https://github.com/mozilla/sops
+       arch = x86_64
+       license = MPL2
+       makedepends = go
+       depends = glibc
+       options = !lto
+       source = 
sops-3.8.1.tar.gz::https://github.com/mozilla/sops/archive/v3.8.1.tar.gz
+       source = bash_autocomplete
+       source = zsh_autocomplete
+       sha256sums = 
5ca70fb4f96797d09012c705a5bb935835896de7bcd063b98d498912b0e645a0
+       sha256sums = 
761c67ffd48431e60ea5dc48e5656b4480eca7534d4b715eb65bd75680f5e975
+       sha256sums = 
d98d34aeaa7b0f98220bcb21fc9f2bb58efaed45478a7229eb58e5795b57b5a7
+
+pkgname = sops


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Michael Beaumont <mjboam...@gmail.com>
 
 pkgname=sops
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc='Editor of encrypted files that supports YAML, JSON and BINARY formats'
 arch=('x86_64')
@@ -14,7 +14,7 @@ options=('!lto')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
         'bash_autocomplete'
         'zsh_autocomplete')
-sha256sums=('14fa25f2d6177c5444934612398426a8de3caf59348eae8cc228291cf750288a'
+sha256sums=('5ca70fb4f96797d09012c705a5bb935835896de7bcd063b98d498912b0e645a0'
             '761c67ffd48431e60ea5dc48e5656b4480eca7534d4b715eb65bd75680f5e975'
             'd98d34aeaa7b0f98220bcb21fc9f2bb58efaed45478a7229eb58e5795b57b5a7')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sops/-/commit/9821ec9b759bfb92130e4ccd9e99b48a4ace451d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sops/-/commit/9821ec9b759bfb92130e4ccd9e99b48a4ace451d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to