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

131.0-1 #368

Closed
wants to merge 1 commit 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
9 changes: 4 additions & 5 deletions cachy-browser/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = cachy-browser
pkgdesc = Community-maintained fork of Firefox, focused on privacy, security and freedom.
pkgver = 130.0.1
pkgver = 131.0
pkgrel = 1
install = cachy-browser.install
arch = x86_64
Expand All @@ -9,7 +9,6 @@ pkgbase = cachy-browser
makedepends = cbindgen
makedepends = diffutils
makedepends = imake
makedepends = inetutils
makedepends = jack
makedepends = mesa
makedepends = nasm
Expand Down Expand Up @@ -64,14 +63,14 @@ pkgbase = cachy-browser
options = !emptydirs
options = !lto
options = !makeflags
source = https://archive.mozilla.org/pub/firefox/releases/130.0.1/source/firefox-130.0.1.source.tar.xz
source = https://archive.mozilla.org/pub/firefox/releases/130.0.1/source/firefox-130.0.1.source.tar.xz.asc
source = https://archive.mozilla.org/pub/firefox/releases/131.0/source/firefox-131.0.source.tar.xz
source = https://archive.mozilla.org/pub/firefox/releases/131.0/source/firefox-131.0.source.tar.xz.asc
source = cachy-browser.desktop
source = git+https://github.com/cachyos/cachyos-browser-settings.git#commit=72b43a93b822ad06554d8dbe793b31fffef5aa74
source = git+https://github.com/cachyos/cachyos-browser-common.git#commit=5dd46aafa8ad8b4bddc86a4febdab901e447c9a2
source = match.patch
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
sha256sums = 027225a1e9b074f0072e22c7264cf27b0d2364c675c3ca811aa6c25fb01b9f70
sha256sums = e4066ef47c65aac570aa16deefb8c3937c1c9b0755dbf2f760937c451174fb1d
sha256sums = SKIP
sha256sums = de5c0deb9b6a4ebfaa933103cc6a65f1f43c9a456296d356cc54c7ca042d144c
sha256sums = 1975dba8663744e5757a7398899fe94dd50ba33adfe122d6cfb69d8480de9c3a
Expand Down
5 changes: 2 additions & 3 deletions cachy-browser/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
pkgname=cachy-browser
_pkgname=Cachy
__pkgname=cachy
pkgver=130.0.1
pkgver=131.0
pkgrel=1
pkgdesc="Community-maintained fork of Firefox, focused on privacy, security and freedom."
arch=(x86_64)
Expand Down Expand Up @@ -54,7 +54,6 @@ makedepends=(
#clang
diffutils
imake
inetutils
jack
#lld
#llvm
Expand Down Expand Up @@ -98,7 +97,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-
"git+https://github.com/cachyos/cachyos-browser-settings.git#commit=${_settings_commit}"
"git+https://github.com/cachyos/cachyos-browser-common.git#commit=${_common_commit}"
"match.patch")
sha256sums=('027225a1e9b074f0072e22c7264cf27b0d2364c675c3ca811aa6c25fb01b9f70'
sha256sums=('e4066ef47c65aac570aa16deefb8c3937c1c9b0755dbf2f760937c451174fb1d'
'SKIP'
'de5c0deb9b6a4ebfaa933103cc6a65f1f43c9a456296d356cc54c7ca042d144c'
'1975dba8663744e5757a7398899fe94dd50ba33adfe122d6cfb69d8480de9c3a'
Expand Down