aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnderson Rocha (MAX)2023-02-16 10:15:52 -0800
committerAnderson Rocha (MAX)2023-02-16 10:15:52 -0800
commite7d085a9a53e91b83e528cdeb944166549a316c0 (patch)
tree06ebe92242e120a137ae5aba324e838435f2377a
parent3f3053d84230c46bb0dad18bc78e5da1e05e874c (diff)
downloadaur-e7d085a9a53e91b83e528cdeb944166549a316c0.tar.gz
[AUTO] Version 110.0.27
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e94f08e6354..a729eab7ae41 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cef-minimal
pkgdesc = Chromium Embedded Framework minimal release
- pkgver = 101.0.16
+ pkgver = 110.0.27
pkgrel = 1
url = https://bitbucket.org/chromiumembedded/cef
arch = i686
@@ -22,9 +22,9 @@ pkgbase = cef-minimal
provides = cef
conflicts = cef-standard
conflicts = cef-git
- source_i686 = https://cef-builds.spotifycdn.com/cef_binary_101.0.16+g31bd240+chromium-101.0.4951.64_linux32_minimal.tar.bz2
- sha1sums_i686 = 5681f984fc0a2cb7fbc0deab0b43fa75344e05bd
- source_x86_64 = https://cef-builds.spotifycdn.com/cef_binary_106.0.28+g78d7da8+chromium-106.0.5249.103_linux64_minimal.tar.bz2
- sha1sums_x86_64 = 4030cc14436c4401c5289920ce4de7f28d721dab
+ 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
pkgname = cef-minimal
diff --git a/PKGBUILD b/PKGBUILD
index c330374520d9..a4ee2417efea 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: NexAdn <nexadn@yandex.com>
pkgname=cef-minimal
-pkgver="101.0.16"
-_pkgcommit="g31bd240"
-_chromiumver="101.0.4951.64"
+pkgver="110.0.27"
+_pkgcommit="g1296c82"
+_chromiumver="110.0.5481.100"
_pkgver="${pkgver}+${_pkgcommit}+chromium-${_chromiumver}"
_url_pkgver="${pkgver}%2B${_pkgcommit}%2Bchromium-${_chromiumver}"
pkgrel=1
@@ -25,8 +25,8 @@ source_x86_64=(
"${cdn_build_package_url}/cef_binary_${_url_pkgver}_linux64_minimal.tar.bz2"
)
-sha1sums_i686=("5681f984fc0a2cb7fbc0deab0b43fa75344e05bd")
-sha1sums_x86_64=("4030cc14436c4401c5289920ce4de7f28d721dab")
+sha1sums_i686=("254e40a3da38d50ae5c44539bac6627c9bc85bf4")
+sha1sums_x86_64=("ed90e703892be39c3201e46a84faceef21825088")
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"