summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2017-01-03 22:58:09 +0100
committerAnthony Ruhier2017-01-03 22:58:09 +0100
commit3e2ba658029bf6002bc06b8d19a9de0ff2162d2a (patch)
tree443592280319dc0019198eade80c013a36bb8b5e
parent37edea28a0f2eb596d5c98bfb376918beb552848 (diff)
downloadaur-3e2ba658029bf6002bc06b8d19a9de0ff2162d2a.tar.gz
v1.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 061529f36fdc..2552f4c567d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = netbox
pkgdesc = IP address management (IPAM) and data center infrastructure management (DCIM) tool.
- pkgver = 1.7.3
- pkgrel = 2
+ pkgver = 1.8.0
+ pkgrel = 1
url = https://github.com/digitalocean/netbox
install = netbox.install
arch = any
@@ -34,12 +34,12 @@ 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.3.tar.gz
+ source = https://github.com/digitalocean/netbox/archive/v1.8.0.tar.gz
source = netbox-system.service
source = netbox.tmpfile
source = debug_toolbar_middleware.patch
source = gunicorn_config.py
- sha256sums = ae00c63fb7cf6a5df3f17fd849c796041a91a24d54af472c4ebd0ccbc59d2854
+ sha256sums = 67c756bfb85af2ad64c5e5fdc44ecc0ccd5db38e115fcc8aee28a47c582258ba
sha256sums = 12bb0253aea3dd763ee8bb1a17064256155b79e904a4350abf89cf4c65235951
sha256sums = 1028bac96ddcd18c10646dff26027b4891fcab4381436e2b6ea3302887a5586f
sha256sums = 2d6d55cad836eca187a7dfe40227f994e9b2f565e71fd39e296bc8bb73bf259a
diff --git a/PKGBUILD b/PKGBUILD
index ca05a4bc58a0..a6fb65c88984 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=netbox
pkgname=${_name}
-pkgver=1.7.3
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
pkgdesc="IP address management (IPAM) and data center infrastructure management (DCIM) tool."
arch=('any')
url="https://github.com/digitalocean/${_name}"
@@ -41,7 +41,7 @@ source=("${url}/archive/v${pkgver}.tar.gz"
"${_name}.tmpfile"
"debug_toolbar_middleware.patch"
"gunicorn_config.py")
-sha256sums=('ae00c63fb7cf6a5df3f17fd849c796041a91a24d54af472c4ebd0ccbc59d2854'
+sha256sums=('67c756bfb85af2ad64c5e5fdc44ecc0ccd5db38e115fcc8aee28a47c582258ba'
'12bb0253aea3dd763ee8bb1a17064256155b79e904a4350abf89cf4c65235951'
'1028bac96ddcd18c10646dff26027b4891fcab4381436e2b6ea3302887a5586f'
'2d6d55cad836eca187a7dfe40227f994e9b2f565e71fd39e296bc8bb73bf259a'