summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2022-08-18 03:00:41 +0200
committerIcelk2022-08-18 03:00:41 +0200
commit14532ba2f2c88aaaf1cbd2dbd1d52e81e5a47707 (patch)
treeb4c5f959b4a8340771cb82d1d71352c6cfc90051
parent4dce46ef7e120c956b6eade55de82359faa9c7fb (diff)
downloadaur-14532ba2f2c88aaaf1cbd2dbd1d52e81e5a47707.tar.gz
Updated to 1.70.2.22230
This was an auto-update by https://github.com/Icelk/aur-updater
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd76434b19b8..6e58cfc511a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vscodium-bin
pkgdesc = Binary releases of VS Code without MS branding/telemetry/licensing.
- pkgver = 1.70.1.22229
- pkgrel = 3
+ pkgver = 1.70.2.22230
+ pkgrel = 1
url = https://github.com/VSCodium/vscodium
arch = x86_64
arch = aarch64
@@ -28,9 +28,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.70.1.22229/VSCodium-linux-x64-1.70.1.22229.tar.gz
- sha256sums_x86_64 = 72a7a8488d4cb775b63391f94e7b2daef06e5a558f333bd71d7774fc1f63ab89
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.70.1.22229/VSCodium-linux-arm64-1.70.1.22229.tar.gz
- sha256sums_aarch64 = 083a075d59d9f65032c735a20095e0e15c29d1dad0c67fb572537ea08077b181
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.70.2.22230/VSCodium-linux-x64-1.70.2.22230.tar.gz
+ sha256sums_x86_64 = e0302fbf92e6023aba12604b384df56e203099c0e971a95a3a0489c5dc0046ac
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.70.2.22230/VSCodium-linux-arm64-1.70.2.22230.tar.gz
+ sha256sums_aarch64 = 4a9810f8046c283c7621da54e107ab8a8015e7b97fb530e357490182ae72d9f1
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 55d26372e0bf..3ffa679ab92b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.70.1.22229
-pkgrel=3
+pkgver=1.70.2.22230
+pkgrel=1
pkgdesc="Binary releases of VS Code without MS branding/telemetry/licensing."
arch=('x86_64' 'aarch64')
url="https://github.com/VSCodium/vscodium"
@@ -26,8 +26,8 @@ conflicts=('vscodium' 'vscodium-git')
sha256sums=('a665ef6e2a1711df2552d7ae49fd7f30f7a2d7e0dea71c7c5f4c90764d8c37ce'
'fd6b46c021e4f0b75d27fcf67481019dbbaa7059ea186437a47a6b6ae8bb574f')
-sha256sums_x86_64=('72a7a8488d4cb775b63391f94e7b2daef06e5a558f333bd71d7774fc1f63ab89')
-sha256sums_aarch64=('083a075d59d9f65032c735a20095e0e15c29d1dad0c67fb572537ea08077b181')
+sha256sums_x86_64=('e0302fbf92e6023aba12604b384df56e203099c0e971a95a3a0489c5dc0046ac')
+sha256sums_aarch64=('4a9810f8046c283c7621da54e107ab8a8015e7b97fb530e357490182ae72d9f1')
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")