Skip to content

Instantly share code, notes, and snippets.

@eliezio
Created March 18, 2019 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eliezio/e9f6165a344ea34ae0b7666fad5312b0 to your computer and use it in GitHub Desktop.
Save eliezio/e9f6165a344ea34ae0b7666fad5312b0 to your computer and use it in GitHub Desktop.
AUR opendaylight update to 0.9.2
From b42b647e8be360ac95591a9ef344b33670502659 Mon Sep 17 00:00:00 2001
From: Eliezio Oliveira <eliezio@pm.me>
Date: Mon, 18 Mar 2019 19:04:45 +0000
Subject: [PATCH] Update to 0.9.2 (Fluorine-SR2)
---
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/PKGBUILD b/PKGBUILD
index ba8291a..73c3e7b 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}"
--
2.21.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment