Date: Friday, March 18, 2022 @ 02:06:15 Author: daurnimator Revision: 1157949
upgpkg: sops 3.7.2-1 Modified: sops/trunk/PKGBUILD sops/trunk/dependency-update.patch -------------------------+ PKGBUILD | 8 ++++---- dependency-update.patch | 25 ++++++++++++++++++++++--- 2 files changed, 26 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-18 02:05:48 UTC (rev 1157948) +++ PKGBUILD 2022-03-18 02:06:15 UTC (rev 1157949) @@ -2,8 +2,8 @@ # Contributor: Michael Beaumont <[email protected]> pkgname=sops -pkgver=3.7.1 -pkgrel=4 +pkgver=3.7.2 +pkgrel=1 pkgdesc='Editor of encrypted files that supports YAML, JSON and BINARY formats' arch=('x86_64') url='https://github.com/mozilla/sops' @@ -15,8 +15,8 @@ 'dependency-update.patch' 'bash_autocomplete' 'zsh_autocomplete') -sha256sums=('536ee140d888b53b71c1e8edd669f4c11bc573428983fbea644fbbfcd7d7079a' - 'a03b69d406e8946555309da73d07e6f2ff52c643b74dd9a70d97e8bc4c60fd4d' +sha256sums=('905d0d85e6f3a36eb0586bae5c1bf501445841303e597136f69a33040f5123b2' + '5b50eb567168b0539c1cbc60bcc7a698f944e45da3642146f67aee8cf85662d1' '761c67ffd48431e60ea5dc48e5656b4480eca7534d4b715eb65bd75680f5e975' 'd98d34aeaa7b0f98220bcb21fc9f2bb58efaed45478a7229eb58e5795b57b5a7') Modified: dependency-update.patch =================================================================== --- dependency-update.patch 2022-03-18 02:05:48 UTC (rev 1157948) +++ dependency-update.patch 2022-03-18 02:06:15 UTC (rev 1157949) @@ -1,9 +1,28 @@ diff --git a/go.mod b/go.mod -index 37784afcd..1837c62f3 100644 +index ef719487e..84ccfa2c9 100644 --- a/go.mod +++ b/go.mod -@@ -51,3 +51,5 @@ require ( - gopkg.in/yaml.v3 v3.0.0-20210107172259-749611fa9fcc +@@ -50,6 +50,7 @@ require ( + github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect + github.com/cenkalti/backoff v2.2.1+incompatible // indirect + github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc // indirect ++ github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect + github.com/dimchansky/utfbom v1.1.0 // indirect +@@ -77,8 +78,10 @@ require ( + github.com/opencontainers/runc v0.1.1 // indirect + github.com/pierrec/lz4 v2.0.5+incompatible // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect ++ github.com/russross/blackfriday/v2 v2.0.1 // indirect + github.com/ryanuber/go-glob v1.0.0 // indirect + github.com/sergi/go-diff v1.1.0 // indirect ++ github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect + github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945 // indirect + github.com/stretchr/objx v0.1.1 // indirect + go.opencensus.io v0.22.0 // indirect +@@ -91,3 +94,5 @@ require ( + gopkg.in/yaml.v2 v2.2.8 // indirect gotest.tools v2.2.0+incompatible // indirect ) +
