summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEliezio Oliveira2019-03-18 19:04:45 +0000
committerkyechou2019-03-21 15:46:11 -0500
commit33aaca07f678c4962944c9bfb54ed522471fb3c7 (patch)
treedbc3dd49787136cb97ee40165fa6da435a15d077
parent2bbf6e7cf9671b9d73be4a74450c7de724bdd57b (diff)
downloadaur-33aaca07f678c4962944c9bfb54ed522471fb3c7.tar.gz
Update to 0.9.2 (Fluorine-SR2)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1adf6192568a..1f17ae64068c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = opendaylight
pkgdesc = A modular open platform for customizing and automating networks of any size and scale.
- pkgver = 0.9.0
- pkgrel = 2
+ pkgver = 0.9.2
+ pkgrel = 1
url = https://www.opendaylight.org/
install = opendaylight.install
arch = x86_64
license = EPL
depends = jdk8-openjdk
depends = maven
- source = https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/integration/opendaylight/0.9.0/opendaylight-0.9.0.tar.gz
- sha256sums = 103888d5e3d65995bd097f3890010ea28b054080cc06767e6a997fa65b85cb32
+ source = https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/integration/opendaylight/0.9.2/opendaylight-0.9.2.tar.gz
+ sha256sums = d6f690cda6da1a240a1dbe64fd7f158b5f1d72084f3ccb7504ad55a3e569a43d
pkgname = opendaylight
diff --git a/PKGBUILD b/PKGBUILD
index ba8291ad1099..73c3e7b7ce97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kuan-Yen Chou <kuanyenchou@gmail.com>
pkgname=opendaylight
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.2
+pkgrel=1
pkgdesc='A modular open platform for customizing and automating networks of any size and scale.'
arch=('x86_64')
url='https://www.opendaylight.org/'
@@ -14,7 +14,7 @@ conflicts=()
options=()
install=opendaylight.install
source=(https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/integration/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('103888d5e3d65995bd097f3890010ea28b054080cc06767e6a997fa65b85cb32')
+sha256sums=('d6f690cda6da1a240a1dbe64fd7f158b5f1d72084f3ccb7504ad55a3e569a43d')
package() {
cd "${srcdir}"