summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLena Fuhrimann2021-04-29 21:57:19 +0200
committerLena Fuhrimann2021-04-29 21:57:19 +0200
commitbde602b3d57d7281bd672590d0d650dc41d7cf56 (patch)
tree186f71dd813cd6893de9c990f770795e44e71e7e
parent895999e5d63df8687bc3601a00877fc1d8948db1 (diff)
downloadaur-bde602b3d57d7281bd672590d0d650dc41d7cf56.tar.gz
Upgrade Nancy to 1.0.20
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86d9948f9806..9543d3aef569 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = nancy-bin
pkgdesc = A tool to check for vulnerabilities in your Golang dependencies
- pkgver = 1.0.17
+ pkgver = 1.0.20
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.17/nancy-v1.0.17-linux-amd64.tar.gz
- sha256sums_x86_64 = 91ad2c7fa3d6d775c59b5c7e7f59d16c6de0fda95ffdc4c539b2ce201e0ce433
- source_i686 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.17/nancy-v1.0.17-linux-386.tar.gz
- sha256sums_i686 = c0d817c9fdad3c40bf2fa37a502bcecd999bd1703a3655fe8fe9c97c5b35cbdd
+ source_x86_64 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.20/nancy-v1.0.20-linux-amd64.tar.gz
+ sha256sums_x86_64 = 31b0037369e4a8108c5f03249058d2918117b3647cd6b7f8d1bc6bb5e5603bfa
+ source_i686 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.20/nancy-v1.0.20-linux-386.tar.gz
+ sha256sums_i686 = 165be9568ca61293f1d24c720076c4289c7b90f04e0b776117989c292e5fd12a
pkgname = nancy-bin
diff --git a/PKGBUILD b/PKGBUILD
index 70797dedaa36..d4314fd91295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lena Fuhrimann
pkgname=nancy-bin
-pkgver=1.0.17
+pkgver=1.0.20
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=('91ad2c7fa3d6d775c59b5c7e7f59d16c6de0fda95ffdc4c539b2ce201e0ce433')
-sha256sums_i686=('c0d817c9fdad3c40bf2fa37a502bcecd999bd1703a3655fe8fe9c97c5b35cbdd')
+sha256sums_x86_64=('31b0037369e4a8108c5f03249058d2918117b3647cd6b7f8d1bc6bb5e5603bfa')
+sha256sums_i686=('165be9568ca61293f1d24c720076c4289c7b90f04e0b776117989c292e5fd12a')
package() {
local x86_64=amd64 i686=386