summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLena Fuhrimann2022-09-07 22:11:35 +0200
committerLena Fuhrimann2022-09-07 22:11:35 +0200
commit718c375c6e5a4c5ee78a7b22e636860d7e4a139b (patch)
treeb6cd31d8d967136907358116b97074db843bed90
parentf52db5292eb3381248fff59dc75f8606a46794f6 (diff)
downloadaur-718c375c6e5a4c5ee78a7b22e636860d7e4a139b.tar.gz
Upgrade Nancy to 1.0.38
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c408d37b0f9..ac5fe1cd1d6f 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.37
+ pkgver = 1.0.38
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.37/nancy-v1.0.37-linux-amd64.tar.gz
- sha256sums_x86_64 = d112eee494790f65c972bf2442b45163ff21cc6bfbba3fd8800e2830ff6a9977
- source_i686 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.37/nancy-v1.0.37-linux-386.tar.gz
- sha256sums_i686 = 2d8b2be73ea2a03f63bb25016765ab0d1d21b9f1a1538e0c9a0272c0b26721ee
+ 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
pkgname = nancy-bin
diff --git a/PKGBUILD b/PKGBUILD
index 332b13188787..5231abe26265 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nancy-bin
_pkgname="${pkgname%-bin}"
-pkgver=1.0.37
+pkgver=1.0.38
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=('d112eee494790f65c972bf2442b45163ff21cc6bfbba3fd8800e2830ff6a9977')
-sha256sums_i686=('2d8b2be73ea2a03f63bb25016765ab0d1d21b9f1a1538e0c9a0272c0b26721ee')
+sha256sums_x86_64=('8142f7f5522d867f46cb943f34b3d360d92d3031d758b4a3552c6a445e398384')
+sha256sums_i686=('7ac8750f942b5e491363c9152794202b3c28bd15a1248c00304e2f306447684c')
package() {
install -Dm755 "$_pkgname" -t "${pkgdir}/usr/bin"