diff options
author | Eliezio Oliveira | 2019-03-18 19:04:45 +0000 |
---|---|---|
committer | kyechou | 2019-03-21 15:46:11 -0500 |
commit | 33aaca07f678c4962944c9bfb54ed522471fb3c7 (patch) | |
tree | dbc3dd49787136cb97ee40165fa6da435a15d077 | |
parent | 2bbf6e7cf9671b9d73be4a74450c7de724bdd57b (diff) | |
download | aur-33aaca07f678c4962944c9bfb54ed522471fb3c7.tar.gz |
Update to 0.9.2 (Fluorine-SR2)
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -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 @@ -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}" |