diff options
author | Christian Muehlhaeuser | 2022-02-08 06:12:39 +0100 |
---|---|---|
committer | Christian Muehlhaeuser | 2022-02-08 06:12:39 +0100 |
commit | 5bfb51239280efc2448c7ce6e910e1b2ab114d23 (patch) | |
tree | e344480bc3a22d172f302c2b2a548aa5cb2078c9 | |
parent | 59e0ba6c32204825179e7e888c2aa70c45dca63b (diff) | |
download | aur-5bfb51239280efc2448c7ce6e910e1b2ab114d23.tar.gz |
Bump to v0.7.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = deckmaster pkgdesc = An application to control your Elgato Stream Deck - pkgver = 0.6.0 + pkgver = 0.7.0 pkgrel = 1 url = https://github.com/muesli/deckmaster arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = deckmaster makedepends = git makedepends = go depends = ttf-roboto - source = https://github.com/muesli/deckmaster/archive/v0.6.0/deckmaster-0.6.0.tar.gz - sha256sums = 7f091e3cf9b792f4a36029eb6d487ee79a81c2f09fdf902e6d2a58db040a30e1 + source = https://github.com/muesli/deckmaster/archive/v0.7.0/deckmaster-0.7.0.tar.gz + sha256sums = 1e0afbabad74f95c850768ae2d64a267fcd3bc8708659f5ce3213b729002a1ac pkgname = deckmaster @@ -1,7 +1,7 @@ # Maintainer: Christian Muehlhaeuser <muesli at gmail dot com> pkgname=deckmaster -pkgver=0.6.0 +pkgver=0.7.0 pkgrel=1 pkgdesc="An application to control your Elgato Stream Deck" arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64') @@ -10,7 +10,7 @@ license=('MIT') depends=('ttf-roboto') makedepends=('git' 'go') source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('7f091e3cf9b792f4a36029eb6d487ee79a81c2f09fdf902e6d2a58db040a30e1') +sha256sums=('1e0afbabad74f95c850768ae2d64a267fcd3bc8708659f5ce3213b729002a1ac') build() { local commit |