summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2021-05-12 03:00:59 +0200
committerIcelk2021-05-12 03:00:59 +0200
commit67d1ffb356b63391bea68fb60b423d7b2455550a (patch)
treeb43347570bb34b074c0bab16aa7b0f81d5fda685
parent0cf92ca55b5198dd572fba7090cd0336738331e7 (diff)
downloadaur-67d1ffb356b63391bea68fb60b423d7b2455550a.tar.gz
Updated to 1.56.1
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 85fb1c145249..961f77cf6836 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.0
+ pkgver = 1.56.1
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.56.0/VSCodium-linux-x64-1.56.0.tar.gz
- sha256sums_x86_64 = a2c14dbd83c030abca37f8a8f8914a3ef46e8b724a8f904fe3bead25e5326f05
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.56.0/VSCodium-linux-arm64-1.56.0.tar.gz
- sha256sums_aarch64 = 5c30561807cbb09b3155728bd24744636f0474c0f811ccfb8241af2c53190f09
- source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.56.0/VSCodium-linux-armhf-1.56.0.tar.gz
- sha256sums_armv7h = 2482abb2c5396a42f5690d34933933e636e98118839bf8149f69a574f081851b
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.56.1/VSCodium-linux-x64-1.56.1.tar.gz
+ sha256sums_x86_64 = e6c8d8dc50ac3bc256a3709c9199facabf2fe15036bb174ce6993b91e976c8dc
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.56.1/VSCodium-linux-arm64-1.56.1.tar.gz
+ sha256sums_aarch64 = 76dde1a5ff203af207c57ea734213d8cc2cfe35c2d0b6b40171551176c388447
+ source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.56.1/VSCodium-linux-armhf-1.56.1.tar.gz
+ sha256sums_armv7h = 6a54b80514eafd1ff800ba8c4e69215b239f9e7bffdf39e1e88e15222e8ba137
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index e6b75ffa3d90..349681ace273 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.56.0
+pkgver=1.56.1
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=('a2c14dbd83c030abca37f8a8f8914a3ef46e8b724a8f904fe3bead25e5326f05')
-sha256sums_aarch64=('5c30561807cbb09b3155728bd24744636f0474c0f811ccfb8241af2c53190f09')
-sha256sums_armv7h=('2482abb2c5396a42f5690d34933933e636e98118839bf8149f69a574f081851b')
+sha256sums_x86_64=('e6c8d8dc50ac3bc256a3709c9199facabf2fe15036bb174ce6993b91e976c8dc')
+sha256sums_aarch64=('76dde1a5ff203af207c57ea734213d8cc2cfe35c2d0b6b40171551176c388447')
+sha256sums_armv7h=('6a54b80514eafd1ff800ba8c4e69215b239f9e7bffdf39e1e88e15222e8ba137')
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")