summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2023-03-03 20:00:42 +0100
committerIcelk2023-03-03 20:00:42 +0100
commit4c60bed45458cde46e91078cfa2b3740f6b82ebf (patch)
tree22db8dd9a72a4aa86bf9342b4afa281e3c1af6d5
parent2b0269ca1305575556105a772185debf26700f41 (diff)
downloadaur-4c60bed45458cde46e91078cfa2b3740f6b82ebf.tar.gz
Updated to 1.76.0.23062
This was an auto-update by https://github.com/Icelk/aur-updater
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5d24ed6a721..9127b2e0698d 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.75.1.23040
+ pkgver = 1.76.0.23062
pkgrel = 1
url = https://github.com/VSCodium/vscodium
arch = x86_64
@@ -27,9 +27,9 @@ pkgbase = vscodium-bin
source = vscodium-bin-uri-handler.desktop
sha256sums = a665ef6e2a1711df2552d7ae49fd7f30f7a2d7e0dea71c7c5f4c90764d8c37ce
sha256sums = fd6b46c021e4f0b75d27fcf67481019dbbaa7059ea186437a47a6b6ae8bb574f
- source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.75.1.23040/VSCodium-linux-x64-1.75.1.23040.tar.gz
- sha256sums_x86_64 = 69d822d9e55404de660a3a11dc0e192c019c90545f67b308cc391f123ae007fc
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.75.1.23040/VSCodium-linux-arm64-1.75.1.23040.tar.gz
- sha256sums_aarch64 = c49db20d7aa790d497a2069b5ec5c0ba92be42c2d341cbf9d6451dd50f49eb34
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.76.0.23062/VSCodium-linux-x64-1.76.0.23062.tar.gz
+ sha256sums_x86_64 = 44d2a2af9621fed94121c93e6110473eb11a27ec7ab291e6f3976e70e17f8287
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.76.0.23062/VSCodium-linux-arm64-1.76.0.23062.tar.gz
+ sha256sums_aarch64 = 2f4795705d23aa6c84f83a5d23254966871a33586b5a243083a2170583967f96
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6ca82ef744d5..d74a350c872f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.75.1.23040
+pkgver=1.76.0.23062
pkgrel=1
pkgdesc="Binary releases of VS Code without MS branding/telemetry/licensing."
arch=('x86_64' 'aarch64')
@@ -26,8 +26,8 @@ conflicts=('vscodium')
sha256sums=('a665ef6e2a1711df2552d7ae49fd7f30f7a2d7e0dea71c7c5f4c90764d8c37ce'
'fd6b46c021e4f0b75d27fcf67481019dbbaa7059ea186437a47a6b6ae8bb574f')
-sha256sums_x86_64=('69d822d9e55404de660a3a11dc0e192c019c90545f67b308cc391f123ae007fc')
-sha256sums_aarch64=('c49db20d7aa790d497a2069b5ec5c0ba92be42c2d341cbf9d6451dd50f49eb34')
+sha256sums_x86_64=('44d2a2af9621fed94121c93e6110473eb11a27ec7ab291e6f3976e70e17f8287')
+sha256sums_aarch64=('2f4795705d23aa6c84f83a5d23254966871a33586b5a243083a2170583967f96')
source=('vscodium-bin.desktop'
'vscodium-bin-uri-handler.desktop')
source_x86_64=("https://github.com/VSCodium/vscodium/releases/download/${pkgver}/${_pkgname}-linux-x64-${pkgver}.tar.gz")