thunderbird: 68.3.1 -> 68.4.1

This commit is contained in:
Danny Rawlins 2020-01-12 16:33:45 +11:00
parent d380ed2729
commit d279861c61
2 changed files with 5 additions and 9 deletions

View File

@ -1,7 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/jXyk9qefU0RLBFdIC8F78TqotXXsYpgyp4Gs0iQg4tLFrpyWZISQMIKlStwTg6wrFcK0zFsngh60jxy6vevQY=
SHA256 (Pkgfile) = 955845de67d203416e48eb15c23f9fd75ae57195cbb0695d83351dca46219d5a
RWSagIOpLGJF37UXxQ+ydOf3O8yjojrAXyMnr5LzNs/6IBB3RX6ZZDqxcNlOtDU9pJLiQEjVvGL9AylPP5eZMhmm7MCqgBYF7Q0=
SHA256 (Pkgfile) = 92aca95fead7b5e70cd3e58d2e3da68dbaf11d8a68a3ca6892c1bc1f5c6a90a8
SHA256 (.footprint) = 345c06ea7ab2e90fe32c0a85a09dab8dc14485da0967bae3951c1052e3629b4c
SHA256 (thunderbird-68.3.1.source.tar.xz) = 76284cd3f192ac5678bbf10e1ce9308e913c2e6dde89e055d3ffe568e0e71fa6
SHA256 (thunderbird-68.4.1.source.tar.xz) = dc7fc4bfd9daafcfc5fd4cb743cd1cf15de2f5fe5041a6ad7015ab7b345c52b7
SHA256 (thunderbird.desktop) = c6bc6a66f16951c4f7560d019dad48968169aef6587cef4e98380a300078299a
SHA256 (thunderbird-68.2.2-rust-1.39+.patch) = 08834ef1c2dd685edd40dea20dfa9d4b889f5c387385ac329a162eeff6cf90be

View File

@ -5,11 +5,10 @@
# Optional: sccache
name=thunderbird
version=68.3.1
version=68.4.1
release=1
source=(http://ftp.mozilla.org/pub/thunderbird/releases/$version/source/$name-$version.source.tar.xz
$name.desktop
thunderbird-68.2.2-rust-1.39+.patch)
$name.desktop)
build() {
cd $name-$version
@ -19,8 +18,6 @@ build() {
export CCACHE_COMPILERCHECK="string:$OS_CCACHE_COMPILERCHECK"
fi
patch -p1 -i $SRC/thunderbird-68.2.2-rust-1.39+.patch
prt-get isinst sccache && export RUSTC_WRAPPER=/usr/bin/sccache
mkdir "$PKGMK_SOURCE_DIR/rust" || true
export CARGO_HOME="$PKGMK_SOURCE_DIR/rust"