summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarl.george2015-08-10 07:43:57 -0500
committercarl.george2015-08-10 07:43:57 -0500
commit48a7d8d27563be528414b841f20625a948065e1d (patch)
tree1f2b5531477e9ecf8d43d5c39b7679e1c74ad144
parentf84b006f2b74eaeefe82915c66c39f6d4f865e90 (diff)
downloadaur-48a7d8d27563be528414b841f20625a948065e1d.tar.gz
2.0.8-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1c500a3113d..d07f6d7ed9c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = supernova
pkgdesc = Use novaclient with multiple OpenStack nova environments the easy way
- pkgver = 2.0.5
+ pkgver = 2.0.8
pkgrel = 1
url = https://github.com/major/supernova
arch = any
@@ -10,8 +10,8 @@ pkgbase = supernova
conflicts = python-supernova-git
conflicts = supernova-git
replaces = supernova2
- source = https://github.com/major/supernova/archive/v2.0.5.tar.gz
- sha256sums = df4c365aa5ea55083d2f50e15046f8c535ee10cb007e50d3445c2781889ac647
+ source = https://github.com/major/supernova/archive/v2.0.8.tar.gz
+ sha256sums = 82011ca12911cc88b99789c9d80ebec3938673dfedfba9277d5974ca17fd8415
pkgname = supernova
depends = python-click
diff --git a/PKGBUILD b/PKGBUILD
index 83c6850502c8..c6f8a4e3ba0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name="supernova"
pkgname="${_name}"
-pkgver="2.0.5"
+pkgver="2.0.8"
pkgrel="1"
pkgdesc="Use novaclient with multiple OpenStack nova environments the easy way"
arch=("any")
@@ -14,7 +14,7 @@ conflicts=("python-supernova" "python-supernova-git" "supernova-git")
replaces=("supernova2")
source=("${url}/archive/v${pkgver}.tar.gz")
#source=("https://pypi.python.org/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('df4c365aa5ea55083d2f50e15046f8c535ee10cb007e50d3445c2781889ac647')
+sha256sums=('82011ca12911cc88b99789c9d80ebec3938673dfedfba9277d5974ca17fd8415')
build() {
cd "${srcdir}/${_name}-${pkgver}"