summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobi Fuhrimann2020-12-20 21:03:08 +0100
committerTobi Fuhrimann2020-12-20 21:03:08 +0100
commitd587f9ec1e231c9f8aaf48df06d7f116a3606d6d (patch)
tree8a1b7984bb77a65f3bc84a11dc74a98408e6fa13
parentceff9e84d9d1de039d07f620369c6c69a83c6d0b (diff)
downloadaur-d587f9ec1e231c9f8aaf48df06d7f116a3606d6d.tar.gz
Upgrade Nancy to version 1.0.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48619f708e9e..67f6972f8865 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.2
+ pkgver = 1.0.5
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.2/nancy-linux.amd64-v1.0.2.tar.gz
- sha256sums_x86_64 = bf3a98f850b628da1a591a18858bb6a9bd97a63f5c48e198797f907e9e039705
- source_i686 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.2/nancy-linux.386-v1.0.2.tar.gz
- sha256sums_i686 = 1f10a0487e2d02ced6cf5cc414105f69d0da21feec8aabfb03221cf42cd99901
+ source_x86_64 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.5/nancy-linux.amd64-v1.0.5.tar.gz
+ sha256sums_x86_64 = 59e443042d10502d86cfe7cc06e74bf11e01cb493bcde3245d61b4e286bd5195
+ source_i686 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.5/nancy-linux.386-v1.0.5.tar.gz
+ sha256sums_i686 = 99f7d48ad876f3b2c7e4f7d41662348ece28d52f72fdd60184abfb37b65f1844
pkgname = nancy-bin
diff --git a/PKGBUILD b/PKGBUILD
index 32a54e8688cb..6d3dadf232c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tobi Fuhrimann
pkgname=nancy-bin
-pkgver=1.0.2
+pkgver=1.0.5
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-linux."
source_x86_64=("${_src}amd64-v${pkgver}.tar.gz")
source_i686=("${_src}386-v${pkgver}.tar.gz")
-sha256sums_x86_64=('bf3a98f850b628da1a591a18858bb6a9bd97a63f5c48e198797f907e9e039705')
-sha256sums_i686=('1f10a0487e2d02ced6cf5cc414105f69d0da21feec8aabfb03221cf42cd99901')
+sha256sums_x86_64=('59e443042d10502d86cfe7cc06e74bf11e01cb493bcde3245d61b4e286bd5195')
+sha256sums_i686=('99f7d48ad876f3b2c7e4f7d41662348ece28d52f72fdd60184abfb37b65f1844')
package() {
local x86_64=amd64 i686=386