forked from ports/contrib
firefox: 67.0 -> 67.0.1
This commit is contained in:
parent
ed4dc5e5ef
commit
5edb9f400f
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF32GWBjHsLVyf2SNG9IRyn3Rucu0pdi4sXw/ldUagtk9Sk0s/rKK4GCjnS+WPRQ53DNV8R69m4cQyN/jduvuhYwA=
|
||||
SHA256 (Pkgfile) = 95a885700c5aeb3ce42ea91589f82ffad8c1310337cca288cc58e4b22cfac868
|
||||
RWSagIOpLGJF3z7b8tmZtRnHM2M5SA57JX2IdDVYnLhVor3330gLcj3n9Xk1dMHQS9rtjNu0sppIjinJuhSEE0lT4wNDrRAojgY=
|
||||
SHA256 (Pkgfile) = 22c7dc279c9d0da7c602ab5942853bd7ddb1b4cde007ddaee49dd983aa96bcbd
|
||||
SHA256 (.footprint) = ba83ace6604f2c04a4e10eb00060ef7d98360e643f3674b29314fe9cec899189
|
||||
SHA256 (firefox-67.0.source.tar.xz) = 2cb937db00e35162393aa5b65d1f2280be1e62d5ee33d3e9997cccba542d791b
|
||||
SHA256 (firefox-67.0.1.source.tar.xz) = d4c68b1220e82129ac12520b8020f669a352669dd55c628994b72269418539b2
|
||||
SHA256 (firefox.desktop) = 8ba3439f3dfc5cab883641969c93d8d15f8f20d7188d9568346b2edad52d6f91
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Optional: sccache
|
||||
|
||||
name=firefox
|
||||
version=67.0
|
||||
version=67.0.1
|
||||
release=1
|
||||
source=(https://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.xz
|
||||
firefox.desktop)
|
||||
@ -13,9 +13,7 @@ source=(https://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$ve
|
||||
build() {
|
||||
cd firefox-$version
|
||||
|
||||
if [ -n "$(pkginfo -i | grep '^sccache ')" ]; then
|
||||
export RUSTC_WRAPPER=/usr/bin/sccache
|
||||
fi
|
||||
prt-get isinst sccache && export RUSTC_WRAPPER=/usr/bin/sccache
|
||||
|
||||
cat <<- EOF > .mozconfig
|
||||
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-shared
|
||||
|
Loading…
x
Reference in New Issue
Block a user