summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD. Can Celasun2017-01-15 19:37:16 +0100
committerD. Can Celasun2017-01-15 19:37:16 +0100
commitf2ae9946960c48139a281aef4c23229cf6b232c6 (patch)
tree0eb7abc11aed1a3881b65e017ef4983322133718 /PKGBUILD
parent337e257669f366fcbef711fb3fed8266f937848e (diff)
downloadaur-f2ae9946960c48139a281aef4c23229cf6b232c6.tar.gz
Fix checksums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d56bc37f326..552adac8eace 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=visual-studio-code
pkgver=1.8.1
-pkgrel=2
+pkgrel=3
pkgdesc="Editor for building and debugging modern web and cloud applications (official binary version)"
arch=('x86_64' 'i686')
url="https://code.visualstudio.com/"
@@ -16,9 +16,9 @@ source_i686=(code_ia32_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net
${pkgname}.desktop
)
md5sums_x86_64=('87ba1a58c33100e0184e1deb7c599c11'
- '89eb024d17221e5c92c99c390eaf92ce')
+ 'b5d0d40f5f22b4efb0b3d05c287f8704')
md5sums_i686=('5a0145f7df69d92cbc1657672ec5d38e'
- '89eb024d17221e5c92c99c390eaf92ce')
+ 'b5d0d40f5f22b4efb0b3d05c287f8704')
package() {
_pkg=VSCode-linux-x64
if [ "${CARCH}" = "i686" ]; then