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

upd(firefox-bin): 127.0.1 -> 128.0 #6233

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions packages/firefox-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pkgbase = firefox-bin
gives = firefox
pkgver = 127.0.2
pkgver = 128.0
pkgdesc = Free and open-source web browser developed by the Mozilla Foundation
url = https://www.mozilla.org/en-US/firefox
arch = amd64
maintainer = Oren Klopfer <[email protected]>
repology = project: firefox
source = https://download-installer.cdn.mozilla.net/pub/firefox/releases/127.0.2/linux-x86_64/en-US/firefox-127.0.2.tar.bz2
sha256sums = 9e200146236e2403d4be088b49a6c8de3294ff1aa000ebf385d42c593207954b
source = https://download-installer.cdn.mozilla.net/pub/firefox/releases/128.0/linux-x86_64/en-US/firefox-128.0.tar.bz2
sha256sums = dce89cff7286c1bd4dd906fb9123e6136f1a1ecb7a6d674c53566c319cc85c4d

pkgname = firefox-bin
4 changes: 2 additions & 2 deletions packages/firefox-bin/firefox-bin.pacscript
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pkgname="firefox-bin"
gives="firefox"
pkgver="127.0.2"
pkgver="128.0"
repology=("project: ${gives}")
source=("https://download-installer.cdn.mozilla.net/pub/firefox/releases/${pkgver}/linux-x86_64/en-US/firefox-${pkgver}.tar.bz2")
url='https://www.mozilla.org/en-US/firefox'
pkgdesc="Free and open-source web browser developed by the Mozilla Foundation"
maintainer=("Oren Klopfer <[email protected]>")
arch=('amd64')
sha256sums=("9e200146236e2403d4be088b49a6c8de3294ff1aa000ebf385d42c593207954b")
sha256sums=("dce89cff7286c1bd4dd906fb9123e6136f1a1ecb7a6d674c53566c319cc85c4d")

package() {
cd "${srcdir}"
Expand Down
Loading