summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLena Fuhrimann2022-09-09 11:40:40 +0200
committerLena Fuhrimann2022-09-09 11:40:40 +0200
commit6affb57f8d3fcffa20ea1e20c49039e4a97eff52 (patch)
treed096bfbdd10a9ca050c4825f3914e6bfa277b722
parent718c375c6e5a4c5ee78a7b22e636860d7e4a139b (diff)
downloadaur-6affb57f8d3fcffa20ea1e20c49039e4a97eff52.tar.gz
Upgrade Nancy to version 1.0.39
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac5fe1cd1d6f..18d87c87545e 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.38
+ pkgver = 1.0.39
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.38/nancy-v1.0.38-linux-amd64.tar.gz
- sha256sums_x86_64 = 8142f7f5522d867f46cb943f34b3d360d92d3031d758b4a3552c6a445e398384
- source_i686 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.38/nancy-v1.0.38-linux-386.tar.gz
- sha256sums_i686 = 7ac8750f942b5e491363c9152794202b3c28bd15a1248c00304e2f306447684c
+ 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
pkgname = nancy-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5231abe26265..fba6390715ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nancy-bin
_pkgname="${pkgname%-bin}"
-pkgver=1.0.38
+pkgver=1.0.39
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=('8142f7f5522d867f46cb943f34b3d360d92d3031d758b4a3552c6a445e398384')
-sha256sums_i686=('7ac8750f942b5e491363c9152794202b3c28bd15a1248c00304e2f306447684c')
+sha256sums_x86_64=('54f26e2608ea47d14d98a60cb0c93198671de798736424531d357727137358c5')
+sha256sums_i686=('daeef6fe71e41f3037e522c7216e24f3993eaf69de93b8bc7d332948b520b9f7')
package() {
install -Dm755 "$_pkgname" -t "${pkgdir}/usr/bin"