summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLena Fuhrimann2022-03-17 11:02:33 +0100
committerLena Fuhrimann2022-03-17 11:02:33 +0100
commitb1d6f935e1d4369fbc393d3f82b99868f95e9e1b (patch)
tree1d2f7363d9df121081e642ca8605c356fc8ef52f
parenta90cc92b65a0eecc0778d7bb803c79b655f279b9 (diff)
downloadaur-b1d6f935e1d4369fbc393d3f82b99868f95e9e1b.tar.gz
Upgrade Nancy to 1.0.32
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 710333674c49..7b026f7e09ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nancy-bin
pkgdesc = A tool to check for vulnerabilities in your Golang dependencies
- pkgver = 1.0.30
+ pkgver = 1.0.32
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.30/nancy-v1.0.30-linux-amd64.tar.gz
- sha256sums_x86_64 = 30aa2af3ddc517d736feb6d0cc09c790459b0729375fe62f31cce75f57fbf38c
- source_i686 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.30/nancy-v1.0.30-linux-386.tar.gz
- sha256sums_i686 = 98d76cf8d7d222bf7b489781bfff3b6750ee06b1964f3d77a36bd7c214aa5453
+ source_x86_64 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.32/nancy-v1.0.32-linux-amd64.tar.gz
+ sha256sums_x86_64 = 8413b649d0ff5eefbffd097f19a7115105a4373275479087c21ba1d87a0bc876
+ source_i686 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.32/nancy-v1.0.32-linux-386.tar.gz
+ sha256sums_i686 = 8a22e50b7d009b4e08de1d756a55d0b75d4b9b07dd2eadf03d9151d96d4d92c3
pkgname = nancy-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1c8df7f506d6..584b0090ffa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nancy-bin
_pkgname="${pkgname%-bin}"
-pkgver=1.0.30
+pkgver=1.0.32
pkgrel=1
pkgdesc='A tool to check for vulnerabilities in your Golang dependencies'
arch=(x86_64 i686)
@@ -12,8 +12,8 @@ provides=("${_pkgname}")
_src="${url}/releases/download/v${pkgver}/${_pkgname}"
source_x86_64=("${_src}-v${pkgver}-linux-amd64.tar.gz")
source_i686=("${_src}-v${pkgver}-linux-386.tar.gz")
-sha256sums_x86_64=('30aa2af3ddc517d736feb6d0cc09c790459b0729375fe62f31cce75f57fbf38c')
-sha256sums_i686=('98d76cf8d7d222bf7b489781bfff3b6750ee06b1964f3d77a36bd7c214aa5453')
+sha256sums_x86_64=('8413b649d0ff5eefbffd097f19a7115105a4373275479087c21ba1d87a0bc876')
+sha256sums_i686=('8a22e50b7d009b4e08de1d756a55d0b75d4b9b07dd2eadf03d9151d96d4d92c3')
package() {
local x86_64=amd64 i686=386