summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Meury2016-11-29 23:53:46 +1100
committerCedric Meury2016-11-29 23:53:46 +1100
commitbd4b11f456f4bc8e6732b6d17a416aa220bf3e48 (patch)
treeb05ec5b3171bdd3ceb0c27cf27b1ff9fa75531f0
parentb0c491fd05b11854589e43064f68dc9e0041cb9a (diff)
downloadaur-bd4b11f456f4bc8e6732b6d17a416aa220bf3e48.tar.gz
upgrade to version 0.20.2-1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b70c10e54e5..d0c75248ea98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,12 @@
pkgbase = uchiwa
pkgdesc = A simple dashboard for the Sensu monitoring framework, built with Go and AngularJS.
- pkgver = 0.18.2
+ pkgver = 0.20.2
pkgrel = 1
url = https://www.uchiwa.io/
install = uchiwa.install
arch = x86_64
arch = i686
license = MIT
- makedepends = rpmextract
- makedepends = rsync
- makedepends = wget
depends = python2
depends = bash
options = emptydirs
@@ -17,10 +14,10 @@ pkgbase = uchiwa
source = uchiwa.service
md5sums = 598261aece4dcb18f35ce5435b652d8a
md5sums = a7222f9eac2a36b5e5c27a7377831dc5
- source_x86_64 = http://dl.bintray.com/palourde/uchiwa/uchiwa-0.18.2-1.x86_64.rpm
- md5sums_x86_64 = 123691c9f09c63196e00e82b5c082b60
- source_i686 = http://dl.bintray.com/palourde/uchiwa/uchiwa-0.18.2-1.i386.rpm
- md5sums_i686 = e92a6e0d543d722137b52485a90e5220
+ source_x86_64 = http://dl.bintray.com/palourde/uchiwa/uchiwa-0.20.2-1.x86_64.rpm
+ md5sums_x86_64 = 16da5ede5f2ed09623546318a6aaa7d2
+ source_i686 = http://dl.bintray.com/palourde/uchiwa/uchiwa-0.20.2-1.i386.rpm
+ md5sums_i686 = c7ee4a97e199ae343df7773efaad9ffa
pkgname = uchiwa
diff --git a/PKGBUILD b/PKGBUILD
index 64de4f951240..d62e89a45358 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Cedric Meury <cedric@meury.com>
pkgname=uchiwa
-pkgver=0.18.2
+pkgver=0.20.2
pkgrel=1
pkgdesc="A simple dashboard for the Sensu monitoring framework, built with Go and AngularJS."
arch=('x86_64' 'i686')
@@ -9,13 +9,13 @@ license=('MIT')
install="${pkgname}.install"
depends=('python2' 'bash')
options=('emptydirs')
-source_i686=("http://dl.bintray.com/palourde/uchiwa/uchiwa-${pkgver}-1.i386.rpm")
-source_x86_64=("http://dl.bintray.com/palourde/uchiwa/uchiwa-${pkgver}-1.x86_64.rpm")
+source_i686=("http://dl.bintray.com/palourde/uchiwa/uchiwa-${pkgver}-${pkgrel}.i386.rpm")
+source_x86_64=("http://dl.bintray.com/palourde/uchiwa/uchiwa-${pkgver}-${pkgrel}.x86_64.rpm")
source=('LICENSE'
'uchiwa.service')
-md5sums_i686=('e92a6e0d543d722137b52485a90e5220')
-md5sums_x86_64=('123691c9f09c63196e00e82b5c082b60')
+md5sums_i686=('c7ee4a97e199ae343df7773efaad9ffa')
+md5sums_x86_64=('16da5ede5f2ed09623546318a6aaa7d2')
md5sums=('598261aece4dcb18f35ce5435b652d8a'
'a7222f9eac2a36b5e5c27a7377831dc5')