diff --git a/.SRCINFO b/.SRCINFO index 208f7f6..fe1d84e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ 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.47.2 + pkgver = 1.47.3 pkgrel = 1 url = https://code.visualstudio.com/ arch = x86_64 @@ -19,7 +19,7 @@ pkgbase = visual-studio-code-bin optdepends = libdbusmenu-glib: Needed for KDE global menu provides = code conflicts = code - source = code_x64_1.47.2.tar.gz::https://vscode-update.azurewebsites.net/1.47.2/linux-x64/stable + source = code_x64_1.47.3.tar.gz::https://vscode-update.azurewebsites.net/1.47.3/linux-x64/stable source = visual-studio-code.desktop source = visual-studio-code-url-handler.desktop sha256sums = 06100f8635d897a3f1ebaeadc2eb4b769ae41b2cf9e0acfd8a06493f3d112907 diff --git a/PKGBUILD b/PKGBUILD index 89d6421..a9f456d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=visual-studio-code-bin _pkgname=visual-studio-code -pkgver=1.47.2 +pkgver=1.47.3 pkgrel=1 pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)" arch=('x86_64') @@ -16,7 +16,7 @@ optdepends=('glib2: Needed for move to trash functionality' 'libdbusmenu-glib: Needed for KDE global menu') source=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkgver}/linux-x64/stable ${_pkgname}.desktop ${_pkgname}-url-handler.desktop) -sha256sums=('06100f8635d897a3f1ebaeadc2eb4b769ae41b2cf9e0acfd8a06493f3d112907' +sha256sums=('7e8262884322e030a35d3ec111b86b17b31c83496b41e919bd3f0d52abe45898' '0deefcb638e06c35a52e7e9fb8e19b2dc393f01e5c1c122d2938cddeb22cf8de' 'be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb') package() {