Skip to content

Commit

Permalink
[visual-studio-code-bin] Update to 1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcelasun committed Dec 12, 2018
1 parent 9e2c2a7 commit 600f2ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions visual-studio-code-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Mon Dec 3 18:41:52 UTC 2018
# Wed Dec 12 21:35:37 UTC 2018
pkgbase = visual-studio-code-bin
pkgdesc = Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)
pkgver = 1.29.1
pkgrel = 2
pkgver = 1.30.0
pkgrel = 1
url = https://code.visualstudio.com/
arch = x86_64
arch = i686
Expand All @@ -25,13 +25,13 @@ pkgbase = visual-studio-code-bin
optdepends = libdbusmenu-glib: Needed for KDE global menu
provides = code
conflicts = code
source_x86_64 = code_x64_1.29.1.tar.gz::https://vscode-update.azurewebsites.net/1.29.1/linux-x64/stable
source_x86_64 = code_x64_1.30.0.tar.gz::https://vscode-update.azurewebsites.net/1.30.0/linux-x64/stable
source_x86_64 = visual-studio-code.desktop
sha256sums_x86_64 = 31e570bc8ba9e32e2d7ea9a746fb91fbf8a4e011372d99c16c633f4abeacc6e4
sha256sums_x86_64 = 818ab50bd1e1d0c93ca2cbb21d3bd8697563fd7399049de79ebd040c9cf376fd
sha256sums_x86_64 = 488592034dd5f979083bbd80788d33e253bb3ac3e52d50faee80e715a924a212
source_i686 = code_ia32_1.29.1.tar.gz::https://vscode-update.azurewebsites.net/1.29.1/linux-ia32/stable
source_i686 = code_ia32_1.30.0.tar.gz::https://vscode-update.azurewebsites.net/1.30.0/linux-ia32/stable
source_i686 = visual-studio-code.desktop
sha256sums_i686 = 9c0fa7448b707be0b55ebc9ebdfa4e90f291d1042ca145ef91e847f3de882964
sha256sums_i686 = 414a02532374e219b990255a14eee06ec4467ef58b148f7586cbee636c93a22d
sha256sums_i686 = 488592034dd5f979083bbd80788d33e253bb3ac3e52d50faee80e715a924a212

pkgname = visual-studio-code-bin
Expand Down
8 changes: 4 additions & 4 deletions visual-studio-code-bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

pkgname=visual-studio-code-bin
_pkgname=visual-studio-code
pkgver=1.29.1
pkgrel=2
pkgver=1.30.0
pkgrel=1
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
arch=('x86_64' 'i686')
url="https://code.visualstudio.com/"
Expand All @@ -19,9 +19,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=('31e570bc8ba9e32e2d7ea9a746fb91fbf8a4e011372d99c16c633f4abeacc6e4'
sha256sums_x86_64=('818ab50bd1e1d0c93ca2cbb21d3bd8697563fd7399049de79ebd040c9cf376fd'
'488592034dd5f979083bbd80788d33e253bb3ac3e52d50faee80e715a924a212')
sha256sums_i686=('9c0fa7448b707be0b55ebc9ebdfa4e90f291d1042ca145ef91e847f3de882964'
sha256sums_i686=('414a02532374e219b990255a14eee06ec4467ef58b148f7586cbee636c93a22d'
'488592034dd5f979083bbd80788d33e253bb3ac3e52d50faee80e715a924a212')
package() {
_pkg=VSCode-linux-x64
Expand Down

0 comments on commit 600f2ff

Please sign in to comment.