ports/contrib (3.4): firefox: 67.0 -> 67.0.1
commit 5edb9f400f23da8ee1db2e0b1f272951fa70e6c5 Author: Danny Rawlins <monster.romster@gmail.com> Date: Thu Jun 6 00:22:36 2019 +1000 firefox: 67.0 -> 67.0.1 diff --git a/firefox/.signature b/firefox/.signature index b12d0be3..332537a9 100644 --- a/firefox/.signature +++ b/firefox/.signature @@ -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 diff --git a/firefox/Pkgfile b/firefox/Pkgfile index 02d2959d..e48c2daf 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -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-$versio... 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
participants (1)
-
crux@crux.nu