aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnderson Rocha (MAX)2023-03-29 12:55:37 -0700
committerAnderson Rocha (MAX)2023-03-29 12:55:37 -0700
commit505799371c27ae375031d80a870ba162dc43309d (patch)
tree22e6d72a1a56cfec1db50078b12e838de79bb364
parent8534c1e64099a08a86a02cb70cd416f12cc48d60 (diff)
downloadaur-505799371c27ae375031d80a870ba162dc43309d.tar.gz
[AUTO] Version 111.2.6
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a729eab7ae41..f973b1fa87bf 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cef-minimal
pkgdesc = Chromium Embedded Framework minimal release
- pkgver = 110.0.27
+ pkgver = 111.2.6
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_110.0.27+g1296c82+chromium-110.0.5481.100_linux64_minimal.tar.bz2
- sha1sums_x86_64 = ed90e703892be39c3201e46a84faceef21825088
+ 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
pkgname = cef-minimal
diff --git a/PKGBUILD b/PKGBUILD
index a4ee2417efea..da22d52c8733 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: NexAdn <nexadn@yandex.com>
pkgname=cef-minimal
-pkgver="110.0.27"
-_pkgcommit="g1296c82"
-_chromiumver="110.0.5481.100"
+pkgver="111.2.6"
+_pkgcommit="g491d238"
+_chromiumver="111.0.5563.65"
_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=("ed90e703892be39c3201e46a84faceef21825088")
+sha1sums_x86_64=("1972faac2265685d4a9952eac457290de5dfe44e")
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"