thunderbird-bin: update to 78.6.1

This commit is contained in:
Juergen Daubert 2021-01-26 13:59:59 +01:00
parent 43ccb3d764
commit 5ee4557ecc
2 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/fERcZq3Tfmeu2vl9JiGtj/Ua6kqpSwHSxYszKnGfYwRFMYx/jPztshb40da/dEp9KRdLRZ8qt4YZ9z/b1doiA8=
SHA256 (Pkgfile) = d2842f1289aa77a87166419e7279556eea56dc0a693a5f5e572bb9028a161f92
RWSE3ohX2g5d/Vq5JJu2iQxkWqr0gpaEvHZK4MJOPNg/xTSQBfeK2pZaogx5u62tYHAvsNAzxeVvn6LBxo0dO6idXuAaWCoiAgQ=
SHA256 (Pkgfile) = 0f170ee6cc5c1fb03eaaafb6271df1d3e0a9833dc2040aab667f26036e55e80d
SHA256 (.footprint) = caf9005cb9de0d6ba0efe5220ab8ef3eba29687acbaf95eb542c4b82df85f03b
SHA256 (thunderbird-78.5.1.tar.bz2) = 4363d8fd759ac4f4783eeb76726c8cf22e5afb3c171f26fe5cca5ab194ab6959
SHA256 (thunderbird-78.6.1.tar.bz2) = 442cd017c9aa5321b7f59ca165f4a687e3619d2d5fefcb9af3127d2d8d0a69f7
SHA256 (policies.json) = cf856011307f7831d74cdacb4e80b6dceaa49882b8dcba008d527a78764903f4

View File

@ -4,7 +4,7 @@
# Depends on: gtk3, dbus-glib
name=thunderbird-bin
version=78.5.1
version=78.6.1
release=1
source=(http://ftp.mozilla.org/pub/thunderbird/releases/$version/linux-x86_64/en-US/thunderbird-$version.tar.bz2 \
policies.json)
@ -16,11 +16,11 @@ build() {
mv $SRC/thunderbird $PKG/usr/lib/thunderbird
ln -s /usr/lib/thunderbird/thunderbird $PKG/usr/bin/thunderbird
# Disable autoupdate
mkdir $PKG/usr/lib/thunderbird/distribution
install -m644 $SRC/policies.json $PKG/usr/lib/thunderbird/distribution/
# Disable autoupdate
install -d $PKG/usr/lib/thunderbird/distribution
install -m644 $SRC/policies.json $PKG/usr/lib/thunderbird/distribution/
mkdir -p $PKG/etc/revdep.d
echo "/usr/lib/thunderbird" > $PKG/etc/revdep.d/thunderbird-bin
install -d $PKG/etc/revdep.d
echo "/usr/lib/thunderbird" > $PKG/etc/revdep.d/thunderbird-bin
}