summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2016-12-18 12:37:55 +0100
committerAnthony Ruhier2016-12-18 12:37:55 +0100
commitc5780fe1021ea764140b9767e516e7a43df0166c (patch)
treed19aaca654cf37ff1b7cd9e4ff94103693d4916f
parent0fa718ef54a206d2803fbd6936e904b26fe10b3a (diff)
downloadaur-c5780fe1021ea764140b9767e516e7a43df0166c.tar.gz
Bump to v1.7.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b12b277e4e9..3cd77483fcd7 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.1
+ pkgver = 1.7.3
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.1.tar.gz
+ source = https://github.com/digitalocean/netbox/archive/v1.7.3.tar.gz
source = netbox-system.service
source = netbox.tmpfile
source = gunicorn_config.py
- sha256sums = 6c072e1f9cecd42e3c9e30472155c254ba4a305699df29581fa7fca3ed371c97
+ sha256sums = ae00c63fb7cf6a5df3f17fd849c796041a91a24d54af472c4ebd0ccbc59d2854
sha256sums = 12bb0253aea3dd763ee8bb1a17064256155b79e904a4350abf89cf4c65235951
sha256sums = 1028bac96ddcd18c10646dff26027b4891fcab4381436e2b6ea3302887a5586f
sha256sums = 7a5ae05cad7ec14193a43ef080776b5525c80b6258762a6cb6a108db83861ff9
diff --git a/PKGBUILD b/PKGBUILD
index ee0f19ebf9c6..dca892bf409a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=netbox
pkgname=${_name}
-pkgver=1.7.1
+pkgver=1.7.3
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=('6c072e1f9cecd42e3c9e30472155c254ba4a305699df29581fa7fca3ed371c97'
+sha256sums=('ae00c63fb7cf6a5df3f17fd849c796041a91a24d54af472c4ebd0ccbc59d2854'
'12bb0253aea3dd763ee8bb1a17064256155b79e904a4350abf89cf4c65235951'
'1028bac96ddcd18c10646dff26027b4891fcab4381436e2b6ea3302887a5586f'
'7a5ae05cad7ec14193a43ef080776b5525c80b6258762a6cb6a108db83861ff9')