summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2018-10-12 08:06:37 +0200
committerD. Can Celasun2018-10-12 08:06:37 +0200
commitabce1b80c771e26f2e5030b668c1406785202a2b (patch)
treebc5e63ad5539507e90c40f4105b91920f511cf05
parent0ae9972a42d0aec89febd20f318469002880ec4a (diff)
downloadaur-abce1b80c771e26f2e5030b668c1406785202a2b.tar.gz
[visual-studio-code-bin] Update to 1.28.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b5e1c7772db..bb00246f472b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 8 18:59:03 UTC 2018
+# Fri Oct 12 06:06:24 UTC 2018
pkgbase = visual-studio-code-bin
pkgdesc = Visual Studio Code: Editor for building and debugging modern web and cloud applications (official binary version)
- pkgver = 1.28.0
+ pkgver = 1.28.1
pkgrel = 1
url = https://code.visualstudio.com/
arch = x86_64
@@ -24,13 +24,13 @@ pkgbase = visual-studio-code-bin
optdepends = libdbusmenu-glib: Needed for KDE global menu
provides = code
conflicts = code
- source_x86_64 = code_x64_1.28.0.tar.gz::https://vscode-update.azurewebsites.net/1.28.0/linux-x64/stable
+ source_x86_64 = code_x64_1.28.1.tar.gz::https://vscode-update.azurewebsites.net/1.28.1/linux-x64/stable
source_x86_64 = visual-studio-code.desktop
- sha256sums_x86_64 = a4ebf23883258a22b2483c88d35f694dd509b26ee71b29d57c62a61242fd6b1d
+ sha256sums_x86_64 = 503a809ec66e2d32fbfee8af43dbefd501793a9a580c67c5eab1096b62c94022
sha256sums_x86_64 = 488592034dd5f979083bbd80788d33e253bb3ac3e52d50faee80e715a924a212
- source_i686 = code_ia32_1.28.0.tar.gz::https://vscode-update.azurewebsites.net/1.28.0/linux-ia32/stable
+ source_i686 = code_ia32_1.28.1.tar.gz::https://vscode-update.azurewebsites.net/1.28.1/linux-ia32/stable
source_i686 = visual-studio-code.desktop
- sha256sums_i686 = 1e38454a669e9c14df0b0229a560ca33b1def91b024d7b483789570a80bfa438
+ sha256sums_i686 = 444a0cda79e7aa40457f0ef7b34f0bf83f34bade883bc0c3688e62d1aa8d6060
sha256sums_i686 = 488592034dd5f979083bbd80788d33e253bb3ac3e52d50faee80e715a924a212
pkgname = visual-studio-code-bin
diff --git a/PKGBUILD b/PKGBUILD
index d15d7bd287bb..7a27b2079eb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=visual-studio-code-bin
_pkgname=visual-studio-code
-pkgver=1.28.0
+pkgver=1.28.1
pkgrel=1
pkgdesc="Visual Studio Code: Editor for building and debugging modern web and cloud applications (official binary version)"
arch=('x86_64' 'i686')
@@ -18,9 +18,9 @@ source_x86_64=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.ne
source_i686=(code_ia32_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkgver}/linux-ia32/stable
${_pkgname}.desktop
)
-sha256sums_x86_64=('a4ebf23883258a22b2483c88d35f694dd509b26ee71b29d57c62a61242fd6b1d'
+sha256sums_x86_64=('503a809ec66e2d32fbfee8af43dbefd501793a9a580c67c5eab1096b62c94022'
'488592034dd5f979083bbd80788d33e253bb3ac3e52d50faee80e715a924a212')
-sha256sums_i686=('1e38454a669e9c14df0b0229a560ca33b1def91b024d7b483789570a80bfa438'
+sha256sums_i686=('444a0cda79e7aa40457f0ef7b34f0bf83f34bade883bc0c3688e62d1aa8d6060'
'488592034dd5f979083bbd80788d33e253bb3ac3e52d50faee80e715a924a212')
package() {
_pkg=VSCode-linux-x64