summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Borders2020-09-05 00:33:25 -0400
committerMichael Borders2020-09-05 00:33:25 -0400
commitc34c194b3e3238341092c37bba3b83c060f8c006 (patch)
treead6311a6a36e631b63e4cd421647cdb81a2e3b0e
parentfffba9ab6ea0b5d1f3b01320f73e87097b4c65fe (diff)
downloadaur-c34c194b3e3238341092c37bba3b83c060f8c006.tar.gz
v3.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a3244e68fe7..e6a41890a944 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-napalm
pkgdesc = Network Automation and Programmability Abstraction Layer with Multivendor support
- pkgver = 3.1.0
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/napalm-automation/napalm
arch = any
@@ -20,8 +20,8 @@ pkgbase = python-napalm
depends = python-scp
depends = python-lxml
depends = python-ciscoconfparse
- source = https://github.com/napalm-automation/napalm/archive/3.1.0.tar.gz
- sha256sums = d711f273e12478db35982a36e7128cf63caae90ec4fef2c9a12a92b21998d59a
+ source = https://github.com/napalm-automation/napalm/archive/3.2.0.tar.gz
+ sha256sums = 7901fe3a1dfba710f90f7d979dc7f3b02d1e5a9ea5d419495cc5a89daafd3e23
pkgname = python-napalm
diff --git a/PKGBUILD b/PKGBUILD
index fad5be8b5560..c40e496546f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=(python-napalm)
_pkgname=napalm
-pkgver=3.1.0
+pkgver=3.2.0
pkgrel=1
pkgdesc="Network Automation and Programmability Abstraction Layer with Multivendor support"
arch=('any')
@@ -10,7 +10,7 @@ depends=('python' 'python-cffi' 'python-paramiko' 'python-future' 'python-textfs
makedepends=('python-setuptools')
checkdepends=('python-tox')
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('d711f273e12478db35982a36e7128cf63caae90ec4fef2c9a12a92b21998d59a')
+sha256sums=('7901fe3a1dfba710f90f7d979dc7f3b02d1e5a9ea5d419495cc5a89daafd3e23')
check() {
cd "$srcdir/$_pkgname-$pkgver"