summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLena Fuhrimann2021-06-09 18:31:54 +0200
committerLena Fuhrimann2021-06-09 18:31:54 +0200
commitefc79b7d42f51895486829ac50c962b13657b753 (patch)
tree09c05d3ce708d303f43a5d64d6ab7e19c7aa332a
parent1c9fb0e452d5021aa296369c32eb0b8b047b5291 (diff)
downloadaur-efc79b7d42f51895486829ac50c962b13657b753.tar.gz
Upgrade Nancy to 1.0.22
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6010274659fe..a445953ca596 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = nancy-bin
pkgdesc = A tool to check for vulnerabilities in your Golang dependencies
- pkgver = 1.0.21
+ pkgver = 1.0.22
pkgrel = 1
url = https://github.com/sonatype-nexus-community/nancy
arch = x86_64
arch = i686
license = Apache
provides = nancy
- source_x86_64 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.21/nancy-v1.0.21-linux-amd64.tar.gz
- sha256sums_x86_64 = 77dcf21ce6276cdb08ba5247b7c272ff495202fd4e719632bc7c5df5ade00aef
- source_i686 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.21/nancy-v1.0.21-linux-386.tar.gz
- sha256sums_i686 = 1f2bb9d48d7172855a0d40b0c5ecb2d2f6976677e55ec03d84815fd7ac6f6c70
+ source_x86_64 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.22/nancy-v1.0.22-linux-amd64.tar.gz
+ sha256sums_x86_64 = 5b3bac98b07e2719174575d8d82b27b8eead6eaec0efb4dc9721ebcfe3207682
+ source_i686 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.22/nancy-v1.0.22-linux-386.tar.gz
+ sha256sums_i686 = f2ed31746e8211ef30ef85e0f2190b5c87bc721501d850c855623631f5988d42
pkgname = nancy-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 2e27ac46c5c2..456be6c9096c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lena Fuhrimann
pkgname=nancy-bin
-pkgver=1.0.21
+pkgver=1.0.22
pkgrel=1
pkgdesc="A tool to check for vulnerabilities in your Golang dependencies"
arch=(x86_64 i686)
@@ -11,8 +11,8 @@ provides=(nancy)
_src="${url}/releases/download/v${pkgver}/nancy"
source_x86_64=("${_src}-v${pkgver}-linux-amd64.tar.gz")
source_i686=("${_src}-v${pkgver}-linux-386.tar.gz")
-sha256sums_x86_64=('77dcf21ce6276cdb08ba5247b7c272ff495202fd4e719632bc7c5df5ade00aef')
-sha256sums_i686=('1f2bb9d48d7172855a0d40b0c5ecb2d2f6976677e55ec03d84815fd7ac6f6c70')
+sha256sums_x86_64=('5b3bac98b07e2719174575d8d82b27b8eead6eaec0efb4dc9721ebcfe3207682')
+sha256sums_i686=('f2ed31746e8211ef30ef85e0f2190b5c87bc721501d850c855623631f5988d42')
package() {
local x86_64=amd64 i686=386