summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2023-02-10 00:00:37 +0100
committerIcelk2023-02-10 00:00:37 +0100
commit2b0269ca1305575556105a772185debf26700f41 (patch)
tree4beec3f966799cf2e12f7f731f27fc9297b1c80c
parenta3675da80bd3306dc11bc31e37bc503c3730cc96 (diff)
downloadaur-2b0269ca1305575556105a772185debf26700f41.tar.gz
Updated to 1.75.1.23040
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 2489fd95cd23..f5d24ed6a721 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.0.23033
+ pkgver = 1.75.1.23040
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.0.23033/VSCodium-linux-x64-1.75.0.23033.tar.gz
- sha256sums_x86_64 = 2a9c69717155a2befe1e461bb6a5e85ee3ccd47da7d0cd1e7bc09d5553e05ee1
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.75.0.23033/VSCodium-linux-arm64-1.75.0.23033.tar.gz
- sha256sums_aarch64 = 61246f4cb85bfb36b76fa0e57505275955de1a40e379f1c32ce01ab2f787f8c7
+ 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
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 31e578b28d57..6ca82ef744d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.75.0.23033
+pkgver=1.75.1.23040
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=('2a9c69717155a2befe1e461bb6a5e85ee3ccd47da7d0cd1e7bc09d5553e05ee1')
-sha256sums_aarch64=('61246f4cb85bfb36b76fa0e57505275955de1a40e379f1c32ce01ab2f787f8c7')
+sha256sums_x86_64=('69d822d9e55404de660a3a11dc0e192c019c90545f67b308cc391f123ae007fc')
+sha256sums_aarch64=('c49db20d7aa790d497a2069b5ec5c0ba92be42c2d341cbf9d6451dd50f49eb34')
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")