diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2018-07-06 21:24:55 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2018-07-06 21:25:17 +0200 |
commit | 41095ec4a74cc167fb31cf40ad48a59d957d3e29 (patch) | |
tree | 9a7ff0876b9f9686fc7a9f4307155df894303b3c | |
parent | de63b876693e2209cae5d103f197e24b19585806 (diff) | |
download | opt-41095ec4a74cc167fb31cf40ad48a59d957d3e29.tar.gz opt-41095ec4a74cc167fb31cf40ad48a59d957d3e29.tar.xz |
firefox-pa: updated to 61.0.1. dependency cleanup
-rw-r--r-- | firefox-pa/.signature | 6 | ||||
-rw-r--r-- | firefox-pa/Pkgfile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/firefox-pa/.signature b/firefox-pa/.signature index 5184d0c2f..85ab4dd14 100644 --- a/firefox-pa/.signature +++ b/firefox-pa/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/WWCMbZaTrchmGrtBuCCN/DaWmKhETv8YifbirP/qLbCm8yG4KHu05kNQCChjBmAfzA0yHRTefBdOS6y2n7zBgI= -SHA256 (Pkgfile) = 073c5ff8545f461d701fea681c8d90e7fb2870267c4232fc4aa73a1263aebccf +RWSE3ohX2g5d/QOsfTKWpNQHhdeWewrCdiEJ7KxtBfLSCLq8mX7jBlMYY4251zMX8t67M/uEExFGiwl+LsCVrC6FOJrIjpYi7QA= +SHA256 (Pkgfile) = e00f4d5a237fd5737836695f7ef5a3a7fe410212427b4cc3e1c94d57a8a3b5f9 SHA256 (.footprint) = f2467458d16724b4178d941e171c85e7e9da39200ac70ea239169613a12f43be -SHA256 (firefox-61.0.source.tar.xz) = 3453e8ac7c602390bda0d34a4a636e0d65fd89d9ae69f7aa1740926715c42268 +SHA256 (firefox-61.0.1.source.tar.xz) = 708f4dc39fdf105fe9d3ee6b52412a1c7548fd7d34e14c29f840064de3fe8a28 SHA256 (firefox.desktop) = 8ba3439f3dfc5cab883641969c93d8d15f8f20d7188d9568346b2edad52d6f91 diff --git a/firefox-pa/Pkgfile b/firefox-pa/Pkgfile index 0d4136518..55f6f50c0 100644 --- a/firefox-pa/Pkgfile +++ b/firefox-pa/Pkgfile @@ -1,16 +1,16 @@ # Description: The Mozilla Firefox browser with Alsa support # URL: https://www.mozilla.com/firefox/ # Maintainer: Fredrik Rinnestam, fredrik at crux dot nu -# Depends on: nss, autoconf-2.13, unzip, zip, libidl, gtk, gtk3, python, alsa-lib, xorg-libxt, yasm, mesa3d, rust, pulseaudio, clang +# Depends on: nss, autoconf-2.13, unzip, zip, libidl, gtk, gtk3, xorg-libxt, yasm, rust, pulseaudio, clang name=firefox-pa -version=61.0 +version=61.0.1 release=1 source=(https://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.xz firefox.desktop) build() { - cd firefox-${version:0:4} + cd firefox-$version cat <<- EOF > .mozconfig mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-shared |