summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbinex-dsk2021-04-01 21:15:29 -0400
committerbinex-dsk2021-04-01 21:15:29 -0400
commit7dbcc5042657e107ab28db5e07969f4813b20d5f (patch)
tree43fd6dc9c6242106085e94fc73d7b57eda45cfdb
parentffc03a042b28313413916ebcb609fa97af10258e (diff)
downloadaur-7dbcc5042657e107ab28db5e07969f4813b20d5f.tar.gz
1.55.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD11
2 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 845a94a113ff..ac8b62d4aff2 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.54.3
+ pkgver = 1.55.0
pkgrel = 1
url = https://github.com/VSCodium/vscodium
arch = x86_64
@@ -23,12 +23,12 @@ pkgbase = vscodium-bin
provides = codium
source = vscodium-bin.desktop
sha256sums = 65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b
- source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.54.3/VSCodium-linux-x64-1.54.3.tar.gz
- sha256sums_x86_64 = 104130e3353d30c080af49d1c5530e373552a363b8c3118a544318546be7e794
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.54.3/VSCodium-linux-arm64-1.54.3.tar.gz
- sha256sums_aarch64 = 60070460585fade23fdce6c03fef30b769ccc3b533d39238d6d914f2619df9a8
- source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.54.3/VSCodium-linux-armhf-1.54.3.tar.gz
- sha256sums_armv7h = 9932c84944e256e3191c62f368257ebd3024db0737817bb44b16b140729851e2
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.55.0/VSCodium-linux-x64-1.55.0.tar.gz
+ sha256sums_x86_64 = 32205de5e3520c932df736d29951ba736c144ff02bdb5e7f84c1495aed5ced7f
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.55.0/VSCodium-linux-arm64-1.55.0.tar.gz
+ sha256sums_aarch64 = e0daa70c3556d8496f6d563f23143225d596fbf80fe2e9595381fe67bc6af789
+ source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.55.0/VSCodium-linux-armhf-1.55.0.tar.gz
+ sha256sums_armv7h = 036cb7d32b5ea1b9def190f9ea5359d17bf0b992970408f7b6e0abc3db360851
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6b40938215ca..040b06f2def5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Cameron Katri <katri.cameron@gmail.com>
+# Maintainer: Carson Rueter <roachh at proton mail dot com>
+# Contributor: Cameron Katri <katri.cameron@gmail.com>
# Contributor: Plague-doctor <plague <at>> privacyrequired <<dot>> com >
# Contributor: me at oguzkaganeren dot com dot tr
# Contributor: Rowisi < nomail <at> private <dot> com >
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.54.3
+pkgver=1.55.0
pkgrel=1
pkgdesc="Binary releases of VS Code without MS branding/telemetry/licensing."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -22,9 +23,9 @@ optdepends=(
provides=('codium')
sha256sums=('65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b')
-sha256sums_x86_64=('104130e3353d30c080af49d1c5530e373552a363b8c3118a544318546be7e794')
-sha256sums_aarch64=('60070460585fade23fdce6c03fef30b769ccc3b533d39238d6d914f2619df9a8')
-sha256sums_armv7h=('9932c84944e256e3191c62f368257ebd3024db0737817bb44b16b140729851e2')
+sha256sums_x86_64=('32205de5e3520c932df736d29951ba736c144ff02bdb5e7f84c1495aed5ced7f')
+sha256sums_aarch64=('e0daa70c3556d8496f6d563f23143225d596fbf80fe2e9595381fe67bc6af789')
+sha256sums_armv7h=('036cb7d32b5ea1b9def190f9ea5359d17bf0b992970408f7b6e0abc3db360851')
source=('vscodium-bin.desktop')
source_x86_64=("https://github.com/VSCodium/vscodium/releases/download/${pkgver}/${_pkgname}-linux-x64-${pkgver}.tar.gz")
source_armv7h=("https://github.com/VSCodium/vscodium/releases/download/${pkgver}/${_pkgname}-linux-armhf-${pkgver}.tar.gz")