summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2016-11-16 23:17:38 +0100
committerAnthony Ruhier2016-11-16 23:17:38 +0100
commit0fa718ef54a206d2803fbd6936e904b26fe10b3a (patch)
tree35b91f5a30b27d8cda8930ef6537614551695441
parent2aa80fdb346ebcefa039b966e716b87222afb60f (diff)
downloadaur-0fa718ef54a206d2803fbd6936e904b26fe10b3a.tar.gz
Bump to netbox 1.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39614c75c41f..8b12b277e4e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = netbox
pkgdesc = IP address management (IPAM) and data center infrastructure management (DCIM) tool.
- pkgver = 1.7.0
+ pkgver = 1.7.1
pkgrel = 1
url = https://github.com/digitalocean/netbox
install = netbox.install
@@ -34,11 +34,11 @@ pkgbase = netbox
replaces = netbox-git
backup = etc/netbox/gunicorn_config.py
backup = etc/netbox/configuration.py
- source = https://github.com/digitalocean/netbox/archive/v1.7.0.tar.gz
+ source = https://github.com/digitalocean/netbox/archive/v1.7.1.tar.gz
source = netbox-system.service
source = netbox.tmpfile
source = gunicorn_config.py
- sha256sums = d80bbe6fad148e203be18c4db890f4d38142521a085244d831d735fb507ff0c0
+ sha256sums = 6c072e1f9cecd42e3c9e30472155c254ba4a305699df29581fa7fca3ed371c97
sha256sums = 12bb0253aea3dd763ee8bb1a17064256155b79e904a4350abf89cf4c65235951
sha256sums = 1028bac96ddcd18c10646dff26027b4891fcab4381436e2b6ea3302887a5586f
sha256sums = 7a5ae05cad7ec14193a43ef080776b5525c80b6258762a6cb6a108db83861ff9
diff --git a/PKGBUILD b/PKGBUILD
index 8c47812e8c74..ee0f19ebf9c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=netbox
pkgname=${_name}
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc="IP address management (IPAM) and data center infrastructure management (DCIM) tool."
arch=('any')
@@ -40,7 +40,7 @@ source=("${url}/archive/v${pkgver}.tar.gz"
"${_name}-system.service"
"${_name}.tmpfile"
"gunicorn_config.py")
-sha256sums=('d80bbe6fad148e203be18c4db890f4d38142521a085244d831d735fb507ff0c0'
+sha256sums=('6c072e1f9cecd42e3c9e30472155c254ba4a305699df29581fa7fca3ed371c97'
'12bb0253aea3dd763ee8bb1a17064256155b79e904a4350abf89cf4c65235951'
'1028bac96ddcd18c10646dff26027b4891fcab4381436e2b6ea3302887a5586f'
'7a5ae05cad7ec14193a43ef080776b5525c80b6258762a6cb6a108db83861ff9')