summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2021-10-20 03:00:21 +0200
committerIcelk2021-10-20 03:00:21 +0200
commit68afe3c12af841e90a4c45a5a66221818cca4b4a (patch)
tree8bd3ca3ed6abc91b96fba4b8112faca6316436e3
parenteba4cd479ddecf50182820e4065f7793968cca04 (diff)
downloadaur-68afe3c12af841e90a4c45a5a66221818cca4b4a.tar.gz
Updated to 1.61.2
This was an auto-update by https://github.com/Icelk/aur-updater
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e5577770a74..fafcd9bcc1fc 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.61.1
+ pkgver = 1.61.2
pkgrel = 1
url = https://github.com/VSCodium/vscodium
arch = x86_64
@@ -23,11 +23,11 @@ pkgbase = vscodium-bin
provides = codium
source = vscodium-bin.desktop
sha256sums = 65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b
- source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.61.1/VSCodium-linux-x64-1.61.1.tar.gz
- sha256sums_x86_64 = ad92e05bc4641282647f04030b9c4e0502f277e6b8f915c0a4d7d38055818745
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.61.1/VSCodium-linux-arm64-1.61.1.tar.gz
- sha256sums_aarch64 = fe4be40c887393dd0e1542a2b9f97d0e0f35b1f3c1209c156621d3efdeeb6b58
- source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.61.1/VSCodium-linux-armhf-1.61.1.tar.gz
- sha256sums_armv7h = 768912a4ecf66323d2ce564e95a55fc8e2222f202d6358e01eae234d55737a4a
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.61.2/VSCodium-linux-x64-1.61.2.tar.gz
+ sha256sums_x86_64 = dd1cc1ade653726183bce3cf7cbebefed7f08789b11c2110950d750fe50446e0
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.61.2/VSCodium-linux-arm64-1.61.2.tar.gz
+ sha256sums_aarch64 = a1616674874b04596d1b62086bce3b14699dcd73373d1b7d31f198738142e8c8
+ source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.61.2/VSCodium-linux-armhf-1.61.2.tar.gz
+ sha256sums_armv7h = d39102251aff70cd63374664f0f8f7b699ccc9bb28997b0714dbd178bbabdcf9
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 09839670bcb2..db5820fb351a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.61.1
+pkgver=1.61.2
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=('ad92e05bc4641282647f04030b9c4e0502f277e6b8f915c0a4d7d38055818745')
-sha256sums_aarch64=('fe4be40c887393dd0e1542a2b9f97d0e0f35b1f3c1209c156621d3efdeeb6b58')
-sha256sums_armv7h=('768912a4ecf66323d2ce564e95a55fc8e2222f202d6358e01eae234d55737a4a')
+sha256sums_x86_64=('dd1cc1ade653726183bce3cf7cbebefed7f08789b11c2110950d750fe50446e0')
+sha256sums_aarch64=('a1616674874b04596d1b62086bce3b14699dcd73373d1b7d31f198738142e8c8')
+sha256sums_armv7h=('d39102251aff70cd63374664f0f8f7b699ccc9bb28997b0714dbd178bbabdcf9')
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")