aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnderson Rocha (MAX)2022-10-11 13:52:14 -0700
committerAnderson Rocha (MAX)2022-10-11 13:52:14 -0700
commit3f3053d84230c46bb0dad18bc78e5da1e05e874c (patch)
tree221e340295ac72a7413179be1d1ad168de5b6ec9
parent5133ca43e8d1ade023fc52ece2c00bac6e5d08d8 (diff)
downloadaur-3f3053d84230c46bb0dad18bc78e5da1e05e874c.tar.gz
[AUTO] Version 101.0.16
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c25ef866d0a..6e94f08e6354 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cef-minimal
pkgdesc = Chromium Embedded Framework minimal release
- pkgver = 99.2.14
+ pkgver = 101.0.16
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_99.2.14+g3f796b8+chromium-99.0.4844.84_linux32_minimal.tar.bz2
- sha1sums_i686 = 09d620ab29a1dc8e5280be3d8c04ce9bb043f92a
- source_x86_64 = https://cef-builds.spotifycdn.com/cef_binary_99.2.14+g3f796b8+chromium-99.0.4844.84_linux64_minimal.tar.bz2
- sha1sums_x86_64 = 6da8c04199856e8b0992436546f6adf91a863926
+ 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
pkgname = cef-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 17eaba4f5304..c330374520d9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: NexAdn <nexadn@yandex.com>
pkgname=cef-minimal
-pkgver="99.2.14"
-_pkgcommit="g3f796b8"
-_chromiumver="99.0.4844.84"
+pkgver="101.0.16"
+_pkgcommit="g31bd240"
+_chromiumver="101.0.4951.64"
_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=("09d620ab29a1dc8e5280be3d8c04ce9bb043f92a")
-sha1sums_x86_64=("6da8c04199856e8b0992436546f6adf91a863926")
+sha1sums_i686=("5681f984fc0a2cb7fbc0deab0b43fa75344e05bd")
+sha1sums_x86_64=("4030cc14436c4401c5289920ce4de7f28d721dab")
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"