Skip to content

Commit

Permalink
main/chromium: update to 130.0.6723.91
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Nov 1, 2024
1 parent 8d26264 commit 3573913
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions main/chromium/template.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgname = "chromium"
# https://chromiumdash.appspot.com/releases?platform=Linux
pkgver = "130.0.6723.69"
pkgrel = 1
pkgver = "130.0.6723.91"
pkgrel = 0
archs = ["aarch64", "ppc64le", "x86_64"]
configure_args = [
'custom_toolchain="//build/toolchain/linux/unbundle:default"',
Expand Down Expand Up @@ -138,8 +138,9 @@
maintainer = "q66 <q66@chimera-linux.org>"
license = "BSD-3-Clause"
url = "https://www.chromium.org"
source = f"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-{pkgver}.tar.xz"
sha256 = "b7e4d6a2154c61e558659bbc5b8b05c9f6f317d1420bf8624f5ffac097df565d"
# from gentoo
source = f"https://chromium-tarballs.syd1.digitaloceanspaces.com/chromium-{pkgver}.tar.xz"
sha256 = "cd74b3f19761d037165e9833a7e2660e59c417607a8e9f8d7d6bc804269a99f2"
debug_level = 1
tool_flags = {
"CFLAGS": [
Expand Down

0 comments on commit 3573913

Please sign in to comment.