aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnderson Rocha (MAX)2023-11-20 04:59:21 -0800
committerAnderson Rocha (MAX)2023-11-20 04:59:21 -0800
commitcef4d305b29f764215d2d1b3007d9557104ca87e (patch)
tree43c555a89cdb6829a85a5d8e654aca51e209c758
parent505799371c27ae375031d80a870ba162dc43309d (diff)
downloadaur-cef4d305b29f764215d2d1b3007d9557104ca87e.tar.gz
[AUTO] Version 119.4.3
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f973b1fa87bf..ecd680bd4c1f 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cef-minimal
pkgdesc = Chromium Embedded Framework minimal release
- pkgver = 111.2.6
+ pkgver = 119.4.3
pkgrel = 1
url = https://bitbucket.org/chromiumembedded/cef
arch = i686
@@ -24,7 +24,7 @@ pkgbase = cef-minimal
conflicts = cef-git
source_i686 = https://cef-builds.spotifycdn.com/cef_binary_101.0.18+g367b4a0+chromium-101.0.4951.67_linux32_minimal.tar.bz2
sha1sums_i686 = 254e40a3da38d50ae5c44539bac6627c9bc85bf4
- source_x86_64 = https://cef-builds.spotifycdn.com/cef_binary_111.2.6+g491d238+chromium-111.0.5563.65_linux64_minimal.tar.bz2
- sha1sums_x86_64 = 1972faac2265685d4a9952eac457290de5dfe44e
+ source_x86_64 = https://cef-builds.spotifycdn.com/cef_binary_119.4.3+gc76a3b9+chromium-119.0.6045.159_linux64_minimal.tar.bz2
+ sha1sums_x86_64 = 862db95eb2b98d8655cb8db36291302cc172ed07
pkgname = cef-minimal
diff --git a/PKGBUILD b/PKGBUILD
index da22d52c8733..3145d03dd479 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: NexAdn <nexadn@yandex.com>
pkgname=cef-minimal
-pkgver="111.2.6"
-_pkgcommit="g491d238"
-_chromiumver="111.0.5563.65"
+pkgver="119.4.3"
+_pkgcommit="gc76a3b9"
+_chromiumver="119.0.6045.159"
_pkgver="${pkgver}+${_pkgcommit}+chromium-${_chromiumver}"
_url_pkgver="${pkgver}%2B${_pkgcommit}%2Bchromium-${_chromiumver}"
pkgrel=1
@@ -26,7 +26,7 @@ source_x86_64=(
)
sha1sums_i686=("254e40a3da38d50ae5c44539bac6627c9bc85bf4")
-sha1sums_x86_64=("1972faac2265685d4a9952eac457290de5dfe44e")
+sha1sums_x86_64=("862db95eb2b98d8655cb8db36291302cc172ed07")
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"