diff --git a/thunderbird.be0 b/thunderbird.be0 index 7b3f4121d..dc9861852 100755 --- a/thunderbird.be0 +++ b/thunderbird.be0 @@ -2,7 +2,7 @@ #export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80' -# BEE_VERSION thunderbird-60.7.2-1 +# BEE_VERSION thunderbird-60.8.0-0 SRCURL[0]="https://ftp.mozilla.org/pub/thunderbird/releases/${PKGVERSION}/source/thunderbird-${PKGVERSION}.source.tar.xz" @@ -10,6 +10,7 @@ SRCURL[0]="https://ftp.mozilla.org/pub/thunderbird/releases/${PKGVERSION}/source mee_patch() { start_cmd sed -i -e '/#!\[deny(missing_docs)\]/d' ${S}/servo/components/style/lib.rs + start_cmd sed -i -e 's/#!\[deny(unsafe_code, missing_docs)\]/#!\[deny(unsafe_code)\]/g' ${S}/servo/components/style_traits/lib.rs } mee_configure() {