summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2017-04-07 12:39:00 +0200
committerAnthony Ruhier2017-04-07 12:39:00 +0200
commit55387132735727edfaba89c5a1dd05b935d439ba (patch)
treef615a4ea29cdd5cd6f0472e26d2c51c95f6a4276
parent6630c59da32de5a6c20449a60e8ebe16c6c195a5 (diff)
downloadaur-55387132735727edfaba89c5a1dd05b935d439ba.tar.gz
v1.9.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 349791258e67..eb04a7d8a282 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.9.4
+ pkgver = 1.9.5
pkgrel = 1
url = https://github.com/digitalocean/netbox
install = netbox.install
@@ -18,7 +18,7 @@ pkgbase = netbox
depends = python-django-filter
depends = python-django-mptt
depends = python-django-rest-framework
- depends = python-django-rest-swagger0.3.10
+ depends = python-django-rest-swagger
depends = python-django-tables2
depends = python-graphviz
depends = python-lxml
@@ -36,12 +36,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.9.4-r1.tar.gz
+ source = https://github.com/digitalocean/netbox/archive/v1.9.5.tar.gz
source = netbox-system.service
source = netbox.tmpfile
source = debug_toolbar_middleware.patch
source = gunicorn_config.py
- sha256sums = 577ff3ceb5c393daeb9ceae361f2083b9cc9638c029c0c99f0810fe9602449df
+ sha256sums = dcaba7f99f910d6a005ad20671adca1758e5731488b7dd27fe603e1ee289330c
sha256sums = dc83de37ff9151de3d309fd43c6eff3b30886882012b81fd3ff2f3a5a706bea6
sha256sums = 1028bac96ddcd18c10646dff26027b4891fcab4381436e2b6ea3302887a5586f
sha256sums = 2d6d55cad836eca187a7dfe40227f994e9b2f565e71fd39e296bc8bb73bf259a
diff --git a/PKGBUILD b/PKGBUILD
index 1f5967903bd4..f78c1ac21e29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=netbox
pkgname=${_name}
-pkgver=1.9.4
-_realver="1.9.4-r1"
+pkgver=1.9.5
+_realver="${pkgver}"
pkgrel=1
pkgdesc="IP address management (IPAM) and data center infrastructure management (DCIM) tool."
arch=('any')
@@ -21,7 +21,7 @@ depends=('python'
'python-django-filter'
'python-django-mptt'
'python-django-rest-framework'
- 'python-django-rest-swagger0.3.10'
+ 'python-django-rest-swagger'
'python-django-tables2'
'python-graphviz'
'python-lxml'
@@ -44,7 +44,7 @@ source=("${url}/archive/v${_realver}.tar.gz"
"${_name}.tmpfile"
"debug_toolbar_middleware.patch"
"gunicorn_config.py")
-sha256sums=('577ff3ceb5c393daeb9ceae361f2083b9cc9638c029c0c99f0810fe9602449df'
+sha256sums=('dcaba7f99f910d6a005ad20671adca1758e5731488b7dd27fe603e1ee289330c'
'dc83de37ff9151de3d309fd43c6eff3b30886882012b81fd3ff2f3a5a706bea6'
'1028bac96ddcd18c10646dff26027b4891fcab4381436e2b6ea3302887a5586f'
'2d6d55cad836eca187a7dfe40227f994e9b2f565e71fd39e296bc8bb73bf259a'