streamdeck v1.4.0

This commit is contained in:
Luzifer.io Jenkins 2021-05-05 14:14:17 +00:00
parent c4bf92d08f
commit 9ac341724a
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = streamdeck
pkgdesc = Utility to control Elgato StreamDeck on Linux
pkgver = 1.3.0
pkgver = 1.4.0
pkgrel = 1
url = https://github.com/Luzifer/streamdeck
arch = i686
@ -8,8 +8,8 @@ pkgbase = streamdeck
license = Apache
makedepends = go
depends = hidapi
source = streamdeck-1.3.0.tar.gz::https://github.com/Luzifer/streamdeck/archive/v1.3.0.tar.gz
sha512sums = d1199c4eca623e0fb224efa6dfe9de4da89b3973f8a80d491dffaff496f2f759eb553d85c504fcd3a155ec0348ea3d81b7a3588267308df4f245df52039df702
source = streamdeck-1.4.0.tar.gz::https://github.com/Luzifer/streamdeck/archive/v1.4.0.tar.gz
sha512sums = ba1f1673cc8419046e23aff1f66e7dc1f76a5977d6c976acd09bce784a13b172d89ee679ffa9c457f42e396db0faffe270a506c03927acd43a13611562429008
pkgname = streamdeck

View file

@ -1,7 +1,7 @@
# Maintainer: Knut Ahlers <knut at ahlers dot me>
pkgname=streamdeck
pkgver=1.3.0
pkgver=1.4.0
pkgrel=1
pkgdesc="Utility to control Elgato StreamDeck on Linux"
arch=('i686' 'x86_64')
@ -10,7 +10,7 @@ license=('Apache')
depends=(hidapi)
makedepends=('go')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha512sums=('d1199c4eca623e0fb224efa6dfe9de4da89b3973f8a80d491dffaff496f2f759eb553d85c504fcd3a155ec0348ea3d81b7a3588267308df4f245df52039df702')
sha512sums=('ba1f1673cc8419046e23aff1f66e7dc1f76a5977d6c976acd09bce784a13b172d89ee679ffa9c457f42e396db0faffe270a506c03927acd43a13611562429008')
build() {
cd "${srcdir}/${pkgname}-${pkgver}/cmd/streamdeck"