From 671786c08027269b2ca271776ac2aafa029df33f Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sat, 20 Jul 2019 23:23:27 +1000 Subject: [PATCH] chatty: 0.9.6 -> 0.9.7 --- chatty/.footprint | 1 - chatty/.signature | 8 ++++---- chatty/Pkgfile | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/chatty/.footprint b/chatty/.footprint index 0eca04004..efc080629 100644 --- a/chatty/.footprint +++ b/chatty/.footprint @@ -8,7 +8,6 @@ drwxr-xr-x root/root usr/lib/chatty/ drwxr-xr-x root/root usr/lib/chatty/img/ -rw-r--r-- root/root usr/lib/chatty/img/chatty.png -rw-r--r-- root/root usr/lib/chatty/img/star.png --rw-r--r-- root/root usr/lib/chatty/readme.txt drwxr-xr-x root/root usr/lib/chatty/sounds/ -rw-r--r-- root/root usr/lib/chatty/sounds/ding.wav -rw-r--r-- root/root usr/lib/chatty/sounds/dingdong.wav diff --git a/chatty/.signature b/chatty/.signature index 14ab81f92..1b3c32f45 100644 --- a/chatty/.signature +++ b/chatty/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35E5Lnl5JCtg2eu3cPxugWaOimehog60ouDjuwsqbsQLR1LgLQeCu0DDk6OvQdVehRg8gR2IsRA94Wt+M0F0vQU= -SHA256 (Pkgfile) = 5d7036b09adb7b42d3fd30efef07f08d48c08861ce8725d1c85b5b3035c8f0bb -SHA256 (.footprint) = 8e74588873b09e40199942ee970f2bb8d3da60ec9b3e9b2d376f41148c99a0b1 -SHA256 (Chatty_0.9.6_hotkey_64bit.zip) = a5ca6f9919776bbcf4cccfd8281c3daa88729fda485b1238c7ed7327818907c5 +RWSagIOpLGJF3wUxkx7XzNjTHKYGVIXu1Twhg7Vq08k2SmlCz+ffIuFeD82Cf2+pAv1GlcqK0ibVy8lGhko/Yu7+Eui7HWZ59gs= +SHA256 (Pkgfile) = 5379a410a747f94ed556cca85683c6e6e448b0e724ea0d17f2dada9a2c7c66f3 +SHA256 (.footprint) = c143fcf3850a1b24d06faddfef983a941d767997e357cd6f94cf47f78aaefdac +SHA256 (Chatty_0.9.7_hotkey_64bit.zip) = 1cfe753a0143501efd964bd89f8dccc8919d6d8d928a52b226f150d08f980702 diff --git a/chatty/Pkgfile b/chatty/Pkgfile index 347391c2b..34c412390 100644 --- a/chatty/Pkgfile +++ b/chatty/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openjdk8 name=chatty -version=0.9.6 +version=0.9.7 release=1 source=(https://github.com/chatty/chatty/releases/download/v$version/Chatty_${version}_hotkey_64bit.zip) @@ -19,5 +19,5 @@ EOF chmod 0775 $PKG/usr/bin/$name - rm -r $PKG/usr/lib/chatty/LICENSE + rm $PKG/usr/lib/chatty/{LICENSE,readme.txt} }