summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8674c6d70e15..48058ee9e603 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jendrik Wenke <jendrikwenke+aur at gmail dot com>
pkgname=scala-dotty
-pkgver=0.5.0_RC1
+pkgver=0.7.0_RC1
_pkgverWithHyphen=${pkgver//_/-}
pkgrel=1
pkgdesc='A platform to try out new language concepts and compiler technologies for Scala'
@@ -10,7 +10,7 @@ url='http://dotty.epfl.ch'
license=('BSD')
depends=('java-environment=8')
source=("https://github.com/lampepfl/dotty/releases/download/$_pkgverWithHyphen/dotty-$_pkgverWithHyphen.tar.gz")
-sha1sums=('601546cf4c51e354abc6fe11a6ea9f122d86c390')
+sha1sums=('9257d91723cd4cc7498a0d486e333cbecf423fa4')
package() {
mkdir -p "$pkgdir/usr/bin" "$pkgdir/opt/scala-dotty"