Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add firefox-beta #1014

Merged
merged 2 commits into from
Mar 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ fd
ferdium
figma-linux
firefox
firefox-beta
firefox-esr
flameshot
foliate
Expand Down
12 changes: 12 additions & 0 deletions 01-main/packages/firefox-beta
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
DEFVER=1
# Per https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu/dists/noble/main/ :
ARCHS_SUPPORTED="amd64 arm64 armhf i386 ppc64el riscv64 s390x"
# Per https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu/dists/ :
# focal groovy gutsy hardy hirsute impish intrepid jammy jaunty kinetic lunar mantic noble trusty xenial zesty
CODENAMES_SUPPORTED="focal jammy kinetic lunar mantic"
APT_LIST_NAME="mozilla.org"
APT_REPO_URL="https://packages.mozilla.org/apt mozilla main"
PRETTY_NAME="Firefox Beta"
WEBSITE="https://www.mozilla.org/en-US/firefox/channel/desktop/#beta"
SUMMARY="Firefox web browser (beta release)."
GPG_KEY_ID="C0BA5CE6DC6315A3"