Skip to content

Instantly share code, notes, and snippets.

@eliezio
Created July 29, 2019 10:33
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/70a3d63811373b84e140b4d295d34b7e to your computer and use it in GitHub Desktop.
Save eliezio/70a3d63811373b84e140b4d295d34b7e to your computer and use it in GitHub Desktop.
AUR opendaylight update to 0.9.3
From b4ac154d66ea1c9a5f0e6935c2fc897afa3406fc Mon Sep 17 00:00:00 2001
From: Eliezio Oliveira <eliezio@pm.me>
Date: Mon, 29 Jul 2019 11:32:32 +0100
Subject: [PATCH] Update to 0.9.3 (Fluorine-SR3)
---
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/PKGBUILD b/PKGBUILD
index 73c3e7b..f9acbcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kuan-Yen Chou <kuanyenchou@gmail.com>
pkgname=opendaylight
-pkgver=0.9.2
+pkgver=0.9.3
pkgrel=1
pkgdesc='A modular open platform for customizing and automating networks of any size and scale.'
arch=('x86_64')
@@ -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=('d6f690cda6da1a240a1dbe64fd7f158b5f1d72084f3ccb7504ad55a3e569a43d')
+sha256sums=('da69972d086f1a1954b2c56218c825333f1b5f1b7c43b66009564a2a780ba802')
package() {
cd "${srcdir}"
--
2.22.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment