summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2021-11-06 12:00:22 +0100
committerIcelk2021-11-06 12:00:22 +0100
commitfef05aa2d6fc5298ba316cd96f1d25776d7b361d (patch)
tree346e4dab9a11df945c92e498836edc14815c7f06
parent96118a121c31f4afc13188f7b2d62127c68b1d51 (diff)
downloadaur-fef05aa2d6fc5298ba316cd96f1d25776d7b361d.tar.gz
Updated to 1.62.0
This was an auto-update by https://github.com/Icelk/aur-updater
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6862f3038eb0..f932666e3746 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.61.2
- pkgrel = 4
+ pkgver = 1.62.0
+ pkgrel = 1
url = https://github.com/VSCodium/vscodium
arch = x86_64
arch = aarch64
@@ -21,17 +21,18 @@ pkgbase = vscodium-bin
optdepends = gvfs: For move to trash functionality
optdepends = libdbusmenu-glib: For KDE global menu
provides = codium
+ provides = vscodium
conflicts = vscodium
conflicts = vscodium-git
source = vscodium-bin.desktop
source = vscodium-bin-uri-handler.desktop
sha256sums = 65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b
sha256sums = f26703924abca3738f2e1f84e5a1e27e8cc7dae4364bb53dbff03c2de5fe0898
- source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.61.2/VSCodium-linux-x64-1.61.2.tar.gz
- sha256sums_x86_64 = dd1cc1ade653726183bce3cf7cbebefed7f08789b11c2110950d750fe50446e0
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.61.2/VSCodium-linux-arm64-1.61.2.tar.gz
- sha256sums_aarch64 = a1616674874b04596d1b62086bce3b14699dcd73373d1b7d31f198738142e8c8
- source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.61.2/VSCodium-linux-armhf-1.61.2.tar.gz
- sha256sums_armv7h = d39102251aff70cd63374664f0f8f7b699ccc9bb28997b0714dbd178bbabdcf9
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.62.0/VSCodium-linux-x64-1.62.0.tar.gz
+ sha256sums_x86_64 = c9e61bcb4f5404c91ca048ccbf537c001d6feaf8b0359ac5320c3a824df8799f
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.62.0/VSCodium-linux-arm64-1.62.0.tar.gz
+ sha256sums_aarch64 = 70526474b54606f97e6ba3c40543feaac853c99e1a0b1911f43d372a58f26d46
+ source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.62.0/VSCodium-linux-armhf-1.62.0.tar.gz
+ sha256sums_armv7h = 478a28c0c994fde35a95e11eb520798d05867cb3bfe5d03268f173c4c89f431d
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5c9667330590..e7a2e15fa94b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.61.2
-pkgrel=4
+pkgver=1.62.0
+pkgrel=1
pkgdesc="Binary releases of VS Code without MS branding/telemetry/licensing."
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/VSCodium/vscodium"
@@ -26,9 +26,9 @@ conflicts=('vscodium' 'vscodium-git')
sha256sums=('65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b'
'f26703924abca3738f2e1f84e5a1e27e8cc7dae4364bb53dbff03c2de5fe0898')
-sha256sums_x86_64=('dd1cc1ade653726183bce3cf7cbebefed7f08789b11c2110950d750fe50446e0')
-sha256sums_aarch64=('a1616674874b04596d1b62086bce3b14699dcd73373d1b7d31f198738142e8c8')
-sha256sums_armv7h=('d39102251aff70cd63374664f0f8f7b699ccc9bb28997b0714dbd178bbabdcf9')
+sha256sums_x86_64=('c9e61bcb4f5404c91ca048ccbf537c001d6feaf8b0359ac5320c3a824df8799f')
+sha256sums_aarch64=('70526474b54606f97e6ba3c40543feaac853c99e1a0b1911f43d372a58f26d46')
+sha256sums_armv7h=('478a28c0c994fde35a95e11eb520798d05867cb3bfe5d03268f173c4c89f431d')
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")