-
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8200db3
commit 4b235ef
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,6 +71,7 @@ fd | |
ferdium | ||
figma-linux | ||
firefox | ||
firefox-devedition | ||
firefox-esr | ||
flameshot | ||
foliate | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 Developer Edition" | ||
WEBSITE="https://www.mozilla.org/en-US/firefox/channel/desktop/#developer" | ||
SUMMARY="Firefox web browser (developer edition)." | ||
GPG_KEY_ID="C0BA5CE6DC6315A3" |