chatty: 0.8.7 -> 0.9

This commit is contained in:
Danny Rawlins 2017-12-29 19:44:42 +11:00
parent 8e9fd1b9f9
commit f9df76e7d0
3 changed files with 7 additions and 6 deletions

View File

@ -1 +1 @@
3b96f906e7b05426769d9b24eda8f2f4 Chatty_0.8.7_hotkey_64bit.zip
65b55e9f0db2f4020124f239a27725ae Chatty_0.9_hotkey_64bit.zip

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34ZHdyoJOxBWjL4gbCYGYxPmIPHLdFEmgW741z76ml4qcpEzyHu4BSBmLPrS8k2teVhIQKjq7HkaPYS6oXGU3Ak=
SHA256 (Pkgfile) = c221dce1ae178cab5837edf1e01fa668048b8f6505d5b3a04446ec8a01ef5420
RWSagIOpLGJF3wZ3b5LFZwdKItM1alzbQYtymvzqBUsV7SBaLOO28AP40/EcKltzYiDLZ9vGAQqNZvpqQSMlxhyWLo5vES6GBQk=
SHA256 (Pkgfile) = 20d6014a23be998115504d2cdc7225377697b92ed02a63575b54f972ae8d5cf6
SHA256 (.footprint) = 8e74588873b09e40199942ee970f2bb8d3da60ec9b3e9b2d376f41148c99a0b1
SHA256 (Chatty_0.8.7_hotkey_64bit.zip) = 0edef48ef68bf61c40db8efdd7bc04b12ca43a531f906958923751ac2c60c95d
SHA256 (Chatty_0.9_hotkey_64bit.zip) = eace5e88157648b178c57790f98168cb6bd223936a88648616059473cc60e4a3

View File

@ -1,11 +1,10 @@
# Description: A Twitch chat client for everyone who wants to try something new and different from the webchat, but doesn't want the complexity of an IRC client or miss out on the Twitch specific features.
# URL: http://chatty.github.io/
# Packager: Danny Rawlins, crux at romster dot me
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: jre
name=chatty
version=0.8.7
version=0.9
release=1
source=(https://github.com/chatty/chatty/releases/download/v$version/Chatty_${version}_hotkey_64bit.zip)
@ -19,4 +18,6 @@ cat <<- EOF > $PKG/usr/bin/$name
EOF
chmod 0775 $PKG/usr/bin/$name
rm -r $PKG/usr/lib/chatty/LICENSE
}