summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkhai96_2019-03-13 20:14:58 +0700
committerkhai96_2019-03-13 20:14:58 +0700
commit17a1133c0ced648027ebd08ed5183bbaca2aa20d (patch)
tree149718637827b5ed900de140d1711671b6dec150 /PKGBUILD
parent122d5373ab6d24ba7eeb0c9fc4d9485c174f8b85 (diff)
downloadaur-17a1133c0ced648027ebd08ed5183bbaca2aa20d.tar.gz
Add shasum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 267e0d8199ed..1f343ec3ad27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://github.com/codercom/code-server"
license=(MIT)
source=(https://github.com/codercom/code-server/releases/download/${pkgver//_/-}/code-server-${pkgver//_/-}-linux-x64.tar.gz)
-sha512sums=(SKIP)
+sha512sums=('dff9e1288a71f3f295f6d767665214487a33223548f4cde4b04acf701b8154fac827d29ceaefe9182ed020afe758d7592d29755d1960641832afb08ad0b2c3ee')
build() {
cd "$srcdir/code-server-${pkgver//_/-}-linux-x64"