changeset 23:833341e9791d

New upstream release 1.2.1-rc.5
author Buildbot <buildbot@kalessin.fr>
date Mon, 13 Feb 2017 00:01:19 +0000
parents 249aa1e5110d
children 3e501f670b95
files .SRCINFO PKGBUILD
diffstat 2 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/.SRCINFO	Sun Feb 12 23:44:00 2017 +0000
+++ b/.SRCINFO	Mon Feb 13 00:01:19 2017 +0000
@@ -1,6 +1,6 @@
 pkgbase = lightsd
 	pkgdesc = Daemon to control your LIFX smart bulbs via a JSON-RPC API
-	pkgver = 1.2.1~rc.4
+	pkgver = 1.2.1~rc.5
 	pkgrel = 1
 	epoch = 1
 	url = https://www.github.com/lopter/lightsd/
@@ -12,8 +12,8 @@
 	depends = libevent>=2.0.19
 	optdepends = python: to run the interactive lightsc.py example client
 	optdepends = ipython: makes lightsc.py more user-friendly
-	source = https://downloads.lightsd.io/releases/lightsd-1.2.1-rc.4.tar.gz
-	sha256sums = b46401bc97bb3570c5ef72b0b1492eb74ced1c5b5c576ccb62d92a1f5da8980d
+	source = https://downloads.lightsd.io/releases/lightsd-1.2.1-rc.5.tar.gz
+	sha256sums = ab5eaf5f5737275ccd582b9cfc8192250bc98bfca21f8704205dbb299bd44c8b
 
 pkgname = lightsd
 
--- a/PKGBUILD	Sun Feb 12 23:44:00 2017 +0000
+++ b/PKGBUILD	Mon Feb 13 00:01:19 2017 +0000
@@ -1,9 +1,9 @@
 # Maintainer: Louis Opter <kalessin@kalessin.fr>
 
 pkgname=lightsd
-pkgver=1.2.1~rc.4
+pkgver=1.2.1~rc.5
 # This will have - instead of ~ for rc versions:
-_lightsdver=1.2.1-rc.4
+_lightsdver=1.2.1-rc.5
 pkgrel=1
 epoch=1
 pkgdesc="Daemon to control your LIFX smart bulbs via a JSON-RPC API"
@@ -16,8 +16,8 @@
     "ipython: makes lightsc.py more user-friendly"
 )
 makedepends=("cmake>=2.8.11")
-source=("https://downloads.lightsd.io/releases/lightsd-1.2.1-rc.4.tar.gz")
-sha256sums=("b46401bc97bb3570c5ef72b0b1492eb74ced1c5b5c576ccb62d92a1f5da8980d")
+source=("https://downloads.lightsd.io/releases/lightsd-1.2.1-rc.5.tar.gz")
+sha256sums=("ab5eaf5f5737275ccd582b9cfc8192250bc98bfca21f8704205dbb299bd44c8b")
 install=lightsd.install
 
 build() {