summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2022-08-11 03:00:56 +0200
committerIcelk2022-08-11 03:00:56 +0200
commit1c94fc2828254c207358e354fa364aa04aad1474 (patch)
tree1f781f0f52dbb650e8e2420e535d94582c19e32e
parentbfd6a4bc94774736e5d71b69dc474c90a87bc870 (diff)
downloadaur-1c94fc2828254c207358e354fa364aa04aad1474.tar.gz
Updated to 1.70.1
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 740d36528429..5d184c0284c0 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.0
- pkgrel = 2
+ pkgver = 1.70.1
+ 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.0/VSCodium-linux-x64-1.70.0.tar.gz
- sha256sums_x86_64 = 01c96172e15dd1a8c08802e9272611190ecf036212da5b8e56d319a2dde9966f
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.70.0/VSCodium-linux-arm64-1.70.0.tar.gz
- sha256sums_aarch64 = 181a2a442655c5ead92b2a9853da62e0b6850f70f2bad7692ca1497fccb6e683
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.70.1/VSCodium-linux-x64-1.70.1.tar.gz
+ sha256sums_x86_64 = 5b0b95e90e1fbca377753dd6035294c491e1591e8f9f96e82fd2b4533d1971cb
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.70.1/VSCodium-linux-arm64-1.70.1.tar.gz
+ sha256sums_aarch64 = 1a368f8cdff3a561ebbdf642cff281b9823346201a793a19fcf3f33fc72e3d9f
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 146e1bb41849..646b55d4cad1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.70.0
-pkgrel=2
+pkgver=1.70.1
+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=('01c96172e15dd1a8c08802e9272611190ecf036212da5b8e56d319a2dde9966f')
-sha256sums_aarch64=('181a2a442655c5ead92b2a9853da62e0b6850f70f2bad7692ca1497fccb6e683')
+sha256sums_x86_64=('5b0b95e90e1fbca377753dd6035294c491e1591e8f9f96e82fd2b4533d1971cb')
+sha256sums_aarch64=('1a368f8cdff3a561ebbdf642cff281b9823346201a793a19fcf3f33fc72e3d9f')
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")