summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbinex-dsk2021-03-16 12:52:36 -0400
committerbinex-dsk2021-03-16 12:52:36 -0400
commitffc03a042b28313413916ebcb609fa97af10258e (patch)
treef35bafab1ae32634601214ee0079bc845b0fee6b
parent1d49abf0eab63ecfb34c7ccd434fbc82b42feffa (diff)
downloadaur-ffc03a042b28313413916ebcb609fa97af10258e.tar.gz
1.54.3
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca7f0ff33d26..845a94a113ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vscodium-bin
pkgdesc = Binary releases of VS Code without MS branding/telemetry/licensing.
- pkgver = 1.53.2
+ pkgver = 1.54.3
pkgrel = 1
url = https://github.com/VSCodium/vscodium
arch = x86_64
@@ -23,12 +23,12 @@ pkgbase = vscodium-bin
provides = codium
source = vscodium-bin.desktop
sha256sums = 65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b
- source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.53.2/VSCodium-linux-x64-1.53.2.tar.gz
- sha256sums_x86_64 = e1a79ab2284f7497ac7b7a742cdc6425b9c9dcf81ad8e14c842d9201a2fb37ad
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.53.2/VSCodium-linux-arm64-1.53.2.tar.gz
- sha256sums_aarch64 = 5440edf37f29910be695841fbdcbdb42a1bc55da1e3409c98a20043c97128326
- source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.53.2/VSCodium-linux-armhf-1.53.2.tar.gz
- sha256sums_armv7h = 2854134dfb9ddec5299c00bcdaceb2d81403a077bd0356408a025fe5025e0fe8
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.54.3/VSCodium-linux-x64-1.54.3.tar.gz
+ sha256sums_x86_64 = 104130e3353d30c080af49d1c5530e373552a363b8c3118a544318546be7e794
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.54.3/VSCodium-linux-arm64-1.54.3.tar.gz
+ sha256sums_aarch64 = 60070460585fade23fdce6c03fef30b769ccc3b533d39238d6d914f2619df9a8
+ source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.54.3/VSCodium-linux-armhf-1.54.3.tar.gz
+ sha256sums_armv7h = 9932c84944e256e3191c62f368257ebd3024db0737817bb44b16b140729851e2
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6b81a0a66bb1..6b40938215ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.53.2
+pkgver=1.54.3
pkgrel=1
pkgdesc="Binary releases of VS Code without MS branding/telemetry/licensing."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -22,9 +22,9 @@ optdepends=(
provides=('codium')
sha256sums=('65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b')
-sha256sums_x86_64=('e1a79ab2284f7497ac7b7a742cdc6425b9c9dcf81ad8e14c842d9201a2fb37ad')
-sha256sums_aarch64=('5440edf37f29910be695841fbdcbdb42a1bc55da1e3409c98a20043c97128326')
-sha256sums_armv7h=('2854134dfb9ddec5299c00bcdaceb2d81403a077bd0356408a025fe5025e0fe8')
+sha256sums_x86_64=('104130e3353d30c080af49d1c5530e373552a363b8c3118a544318546be7e794')
+sha256sums_aarch64=('60070460585fade23fdce6c03fef30b769ccc3b533d39238d6d914f2619df9a8')
+sha256sums_armv7h=('9932c84944e256e3191c62f368257ebd3024db0737817bb44b16b140729851e2')
source=('vscodium-bin.desktop')
source_x86_64=("https://github.com/VSCodium/vscodium/releases/download/${pkgver}/${_pkgname}-linux-x64-${pkgver}.tar.gz")
source_armv7h=("https://github.com/VSCodium/vscodium/releases/download/${pkgver}/${_pkgname}-linux-armhf-${pkgver}.tar.gz")