aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnderson Rocha(MAX)2022-03-30 22:49:03 -0300
committerAnderson Rocha(MAX)2022-03-30 22:49:03 -0300
commit5133ca43e8d1ade023fc52ece2c00bac6e5d08d8 (patch)
tree632d015261f60ddb59020b584888dc1fdc0be293
parent0d2f60e7014d3bcdb4557d7d82ea38f449b5ab3c (diff)
downloadaur-5133ca43e8d1ade023fc52ece2c00bac6e5d08d8.tar.gz
[AUTO] Version 99.2.14
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fd6a66e4fa7..6c25ef866d0a 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cef-minimal
pkgdesc = Chromium Embedded Framework minimal release
- pkgver = 96.0.18
+ pkgver = 99.2.14
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_96.0.18+gfe551e4+chromium-96.0.4664.110_linux32_minimal.tar.bz2
- sha1sums_i686 = f2954ea8a01b09f0c10aa7880171f8bfbd93e43e
- source_x86_64 = https://cef-builds.spotifycdn.com/cef_binary_96.0.18+gfe551e4+chromium-96.0.4664.110_linux64_minimal.tar.bz2
- sha1sums_x86_64 = 2f944adae71dd1a6c4d795373166a09f543c7cbd
+ 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
pkgname = cef-minimal
diff --git a/PKGBUILD b/PKGBUILD
index fb749ba13e47..17eaba4f5304 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: NexAdn <nexadn@yandex.com>
pkgname=cef-minimal
-pkgver="96.0.18"
-_pkgcommit="gfe551e4"
-_chromiumver="96.0.4664.110"
+pkgver="99.2.14"
+_pkgcommit="g3f796b8"
+_chromiumver="99.0.4844.84"
_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=("f2954ea8a01b09f0c10aa7880171f8bfbd93e43e")
-sha1sums_x86_64=("2f944adae71dd1a6c4d795373166a09f543c7cbd")
+sha1sums_i686=("09d620ab29a1dc8e5280be3d8c04ce9bb043f92a")
+sha1sums_x86_64=("6da8c04199856e8b0992436546f6adf91a863926")
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"