2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

firefox: fix checksums

This commit is contained in:
Dylan Araps 2019-10-06 12:52:43 +03:00
parent 9391c2a69a
commit 93868a9bc1
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 6 additions and 2 deletions

View File

@ -24,6 +24,10 @@ for patch in *.patch; do
patch -p1 < "$patch"
done
# Fix OOM errors.
cores=$(nproc)
printf '%s\n' "mk_add_options MOZ_MAKE_FLAGS=\"-j$cores -l$cores\"" >> mozconfig
./mach build
DESTDIR="$1" ./mach install

View File

@ -1,8 +1,8 @@
9e759ee2ea2a55a8f9180683f046a6e34a1d9a711bdf30f3794a47c3277f4e87 firefox-70.0b12.source.tar.xz
f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e autoconf-2.13.tar.gz
143c5f3348713eaa0850c9ba5b0233603a85764feda9fa5b267f9f4424d03f4c mozconfig
03d70dc6ba6979de07af0be8beb39c00739d33c214521e5fec2d7c2dc589f25b mozconfig
960d82bbfdc88c95f5cb4f2e1c1bf23dae7519b3b7203914d7b3ddbff1ba4c28 stab.h
48d0cb26d434f8ed3f241110d72f919677bad845e731d6618ca23d7c7c3f52c1 vendor.js
637ee9ff665a8deedde4da44503bae76bb7a22622ef5bc17abf56ebf7e40736e vendor.js
add8fdad8b2064e2910312f53d0438cf077e994611e85219d4bf234b93ca7403 policies.json
315880530f09175788dfa48a1915bfa1e190bfd3e267988b9100cb93006c808c fix-fortify-system-wrappers.patch
418a2a9f80c41ee004cb640968617cab283b99f3d109aaf6180b0088d60c84b0 fix-sandbox-membarrier.patch