summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2021-06-13 06:00:15 +0200
committerIcelk2021-06-13 06:00:15 +0200
commitba6b5e3d4d43318c07a100511d329017e056724a (patch)
treea3d4ed8a64f1048710acf1fcb0ee4f2ffd71ac53
parent24e5f0018565d937b1ec5e09d1a1045d8c1413d7 (diff)
downloadaur-ba6b5e3d4d43318c07a100511d329017e056724a.tar.gz
Updated to 1.57.0
This was an auto-update by https://github.com/Icelk/aur-updater
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43c943333574..dc345c688983 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.56.2
+ pkgver = 1.57.0
pkgrel = 1
url = https://github.com/VSCodium/vscodium
arch = x86_64
@@ -23,12 +23,11 @@ pkgbase = vscodium-bin
provides = codium
source = vscodium-bin.desktop
sha256sums = 65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b
- source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.56.2/VSCodium-linux-x64-1.56.2.tar.gz
- sha256sums_x86_64 = 7ff6bde6bea18260ea864f75d077639c9967da99fcfc6ab6f2ed81a5c61182bf
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.56.2/VSCodium-linux-arm64-1.56.2.tar.gz
- sha256sums_aarch64 = fa4be75410a74f2bc7c20df7fa2c32ac0de2021f0f8b1cfdd2d7610011b92b1d
- source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.56.2/VSCodium-linux-armhf-1.56.2.tar.gz
- sha256sums_armv7h = 75152bdb78370435ec08b4230f25077edb65bc99348144c8e6aa1f30e12022b5
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.57.0/VSCodium-linux-x64-1.57.0.tar.gz
+ sha256sums_x86_64 = 1c7e57b0d05714233c2ac99e4edf34ff7592205305c0b8ecabaa420f19e058de
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.57.0/VSCodium-linux-arm64-1.57.0.tar.gz
+ sha256sums_aarch64 = edbc2fae29883b8c0c24125f7a35112c5a81ba21c211bc60066ef25b5e9fa341
+ source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.57.0/VSCodium-linux-armhf-1.57.0.tar.gz
+ sha256sums_armv7h = 90af1a682f541e4a1560197b7074da8e7f6249d239ccb5fab061c7c69ef22908
pkgname = vscodium-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index abaf6ce126cd..6a662548db07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.56.2
+pkgver=1.57.0
pkgrel=1
pkgdesc="Binary releases of VS Code without MS branding/telemetry/licensing."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -24,9 +24,9 @@ optdepends=(
provides=('codium')
sha256sums=('65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b')
-sha256sums_x86_64=('7ff6bde6bea18260ea864f75d077639c9967da99fcfc6ab6f2ed81a5c61182bf')
-sha256sums_aarch64=('fa4be75410a74f2bc7c20df7fa2c32ac0de2021f0f8b1cfdd2d7610011b92b1d')
-sha256sums_armv7h=('75152bdb78370435ec08b4230f25077edb65bc99348144c8e6aa1f30e12022b5')
+sha256sums_x86_64=('1c7e57b0d05714233c2ac99e4edf34ff7592205305c0b8ecabaa420f19e058de')
+sha256sums_aarch64=('edbc2fae29883b8c0c24125f7a35112c5a81ba21c211bc60066ef25b5e9fa341')
+sha256sums_armv7h=('90af1a682f541e4a1560197b7074da8e7f6249d239ccb5fab061c7c69ef22908')
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")