summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLena Fuhrimann2022-10-14 11:57:53 +0200
committerLena Fuhrimann2022-10-14 11:57:53 +0200
commit83234a3c17e2012076d1fe3c140af847231cb019 (patch)
tree45e703d9a8275f70d390b225da9b265b0dcb6d3d
parent6affb57f8d3fcffa20ea1e20c49039e4a97eff52 (diff)
downloadaur-83234a3c17e2012076d1fe3c140af847231cb019.tar.gz
Upgrade Nancy to 1.0.41
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18d87c87545e..7d3a74b34dad 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.39
+ pkgver = 1.0.41
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.39/nancy-v1.0.39-linux-amd64.tar.gz
- sha256sums_x86_64 = 54f26e2608ea47d14d98a60cb0c93198671de798736424531d357727137358c5
- source_i686 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.39/nancy-v1.0.39-linux-386.tar.gz
- sha256sums_i686 = daeef6fe71e41f3037e522c7216e24f3993eaf69de93b8bc7d332948b520b9f7
+ source_x86_64 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.41/nancy-v1.0.41-linux-amd64.tar.gz
+ sha256sums_x86_64 = 30237d92e5db0ea86e138350bb7db35796d2dffd4c2e6d9264c051d2cc97851a
+ source_i686 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.41/nancy-v1.0.41-linux-386.tar.gz
+ sha256sums_i686 = a447d1da51b2f6175a5ea5ff35f4830a9d311b678fb15a45c4376cf56e7aa6c9
pkgname = nancy-bin
diff --git a/PKGBUILD b/PKGBUILD
index fba6390715ca..46d6bf28aafd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nancy-bin
_pkgname="${pkgname%-bin}"
-pkgver=1.0.39
+pkgver=1.0.41
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=('54f26e2608ea47d14d98a60cb0c93198671de798736424531d357727137358c5')
-sha256sums_i686=('daeef6fe71e41f3037e522c7216e24f3993eaf69de93b8bc7d332948b520b9f7')
+sha256sums_x86_64=('30237d92e5db0ea86e138350bb7db35796d2dffd4c2e6d9264c051d2cc97851a')
+sha256sums_i686=('a447d1da51b2f6175a5ea5ff35f4830a9d311b678fb15a45c4376cf56e7aa6c9')
package() {
install -Dm755 "$_pkgname" -t "${pkgdir}/usr/bin"