chatty: update to 0.11.
This commit is contained in:
parent
cbdb2c5f99
commit
c43a1ce551
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'chatty'
|
||||
pkgname=chatty
|
||||
version=0.10
|
||||
version=0.11
|
||||
revision=1
|
||||
archs=noarch
|
||||
hostmakedepends="openjdk8 gradle"
|
||||
hostmakedepends="gradle"
|
||||
depends="virtual?java-runtime"
|
||||
short_desc="Twitch Chat Client for Desktop"
|
||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||
license="GPL-3.0-only"
|
||||
homepage="http://chatty.github.io/"
|
||||
distfiles="https://github.com/chatty/chatty/archive/v${version}.tar.gz"
|
||||
checksum=9b50246620f179be675e883c9a5766218fc50a8f0b4ee139dc40a9dfed5d54d2
|
||||
checksum=6ade796c9f93f91fd8afe9559371351bb19d6516c115e15227605f3c44dcde37
|
||||
|
||||
do_build() {
|
||||
gradle shadowJar
|
||||
|
|
Loading…
Reference in a new issue