summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Dewar2020-02-17 11:42:23 +0000
committerAlex Dewar2020-02-17 11:42:23 +0000
commite7240850b34a01f71066fe8e66933c1c3d39671b (patch)
tree9355bd9ec9cbfe759fb8ccc0945ad14b73e78600
parentcfaa1997233713c72a6f45121b8562662555d4a9 (diff)
downloadaur-e7240850b34a01f71066fe8e66933c1c3d39671b.tar.gz
v1.43.0_2020_02_17
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4518481e851..4f5cf119fa45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = code-headmelted-bin
pkgdesc = Community builds of Visual Studio Code, including for ARM devices
- pkgver = 1.42.0_2020_01_13
+ pkgver = 1.43.0_2020_02_17
pkgrel = 1
url = https://code.headmelted.com
arch = armv7h
@@ -19,10 +19,10 @@ pkgbase = code-headmelted-bin
conflicts = code
conflicts = vscode-headmelted-bin
replaces = vscode-headmelted-bin
- source_armv7h = https://github.com/headmelted/codebuilds/releases/download/13-Jan-20/code-oss_1.42.0-1578878180_armhf.deb
- md5sums_armv7h = 10650409f5c7095a7304ca0624301674
- source_aarch64 = https://github.com/headmelted/codebuilds/releases/download/13-Jan-20/code-oss_1.42.0-1578878212_arm64.deb
- md5sums_aarch64 = de7e11e7fa0d4ab08d72bc758b399bc0
+ source_armv7h = https://github.com/headmelted/codebuilds/releases/download/17-Feb-20/code-oss_1.43.0-1581902153_armhf.deb
+ md5sums_armv7h = 0ec2caf17318c9a89f2c58ce20707e4a
+ source_aarch64 = https://github.com/headmelted/codebuilds/releases/download/17-Feb-20/code-oss_1.43.0-1581902160_arm64.deb
+ md5sums_aarch64 = b4d37bd2a4651fdd8d65e6f1f7bb3836
pkgname = code-headmelted-bin
diff --git a/PKGBUILD b/PKGBUILD
index 05bf4542cd30..bd2f4dfe906f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Alex Dewar <a.dewar@sussex.ac.uk>
pkgname=code-headmelted-bin
-_pkgver=1.42.0
-_date=2020_01_13
-_url=https://github.com/headmelted/codebuilds/releases/download/13-Jan-20
-_armhf_build=1578878180
-_arm64_build=1578878212
+_pkgver=1.43.0
+_date=2020_02_17
+_url=https://github.com/headmelted/codebuilds/releases/download/17-Feb-20
+_armhf_build=1581902153
+_arm64_build=1581902160
pkgver="${_pkgver}_${_date}"
pkgrel=1
pkgdesc="Community builds of Visual Studio Code, including for ARM devices"
@@ -18,8 +18,8 @@ replaces=(vscode-headmelted-bin)
conflicts=(code vscode-headmelted-bin)
source_armv7h=("$_url/code-oss_$_pkgver-${_armhf_build}_armhf.deb")
source_aarch64=("$_url/code-oss_$_pkgver-${_arm64_build}_arm64.deb")
-md5sums_armv7h=('10650409f5c7095a7304ca0624301674')
-md5sums_aarch64=('de7e11e7fa0d4ab08d72bc758b399bc0')
+md5sums_armv7h=('0ec2caf17318c9a89f2c58ce20707e4a')
+md5sums_aarch64=('b4d37bd2a4651fdd8d65e6f1f7bb3836')
package() {
msg2 "Extracting the data.tar.xz..."