summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2022-11-10 20:00:49 +0100
committerIcelk2022-11-10 20:00:49 +0100
commit2848ac6fa6cc505f6a1339925fc86960cce1acd8 (patch)
tree40c03639d1afc2de04f63d39cb25267f74cdcf02
parent63ffd2c6032fee7295d49574db9ee19d4b057c65 (diff)
downloadaur-2848ac6fa6cc505f6a1339925fc86960cce1acd8.tar.gz
Updated to 1.73.1.22314
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 890bc7aa9fda..846901ebf2b8 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.73.0.22306
+ pkgver = 1.73.1.22314
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.73.0.22306/VSCodium-linux-x64-1.73.0.22306.tar.gz
- sha256sums_x86_64 = f1c6507cc7aaaaaf4e9cd1ae2860a1dce42f8d9c0bdbcc8c23bbeef12d0de2ca
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.73.0.22306/VSCodium-linux-arm64-1.73.0.22306.tar.gz
- sha256sums_aarch64 = 9a51cc786de17452a04e96f3d88ee4c85468cf87784e1e3df436dabd37e1849e
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.73.1.22314/VSCodium-linux-x64-1.73.1.22314.tar.gz
+ sha256sums_x86_64 = b97abd27933900990088e578119432bf6f575c866e2c86061f9b3a101ec4d527
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.73.1.22314/VSCodium-linux-arm64-1.73.1.22314.tar.gz
+ sha256sums_aarch64 = 5fcedc8c4b27da8ca12c19788e3e202e53d8e6c4c206ca8d167e0fba37ef1c9e
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8691d423e82d..a34b79c0f2c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.73.0.22306
+pkgver=1.73.1.22314
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=('f1c6507cc7aaaaaf4e9cd1ae2860a1dce42f8d9c0bdbcc8c23bbeef12d0de2ca')
-sha256sums_aarch64=('9a51cc786de17452a04e96f3d88ee4c85468cf87784e1e3df436dabd37e1849e')
+sha256sums_x86_64=('b97abd27933900990088e578119432bf6f575c866e2c86061f9b3a101ec4d527')
+sha256sums_aarch64=('5fcedc8c4b27da8ca12c19788e3e202e53d8e6c4c206ca8d167e0fba37ef1c9e')
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")