summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJendrik Wenke2017-12-16 14:59:57 +0100
committerJendrik Wenke2017-12-16 14:59:57 +0100
commit91e9413b0c297ad04fa28c231e30144b4d004c2e (patch)
treef992b392f8605bae70cbb1433e27007bb0e1a266
parent4e0ce34243e3718ec508bb1ad87f550894436bc7 (diff)
downloadaur-91e9413b0c297ad04fa28c231e30144b4d004c2e.tar.gz
update version to 0.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94e91469c5ec..6a1fcc42e94d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = scala-dotty
pkgdesc = A platform to try out new language concepts and compiler technologies for Scala
- pkgver = 0.4.0_RC1
+ pkgver = 0.5.0_RC1
pkgrel = 1
url = http://dotty.epfl.ch
arch = any
license = BSD
depends = java-environment=8
- source = https://github.com/lampepfl/dotty/releases/download/0.4.0-RC1/dotty-0.4.0-RC1.tar.gz
- sha1sums = e083234157edc6f6979c497e14d09ef63d54d1e4
+ source = https://github.com/lampepfl/dotty/releases/download/0.5.0-RC1/dotty-0.5.0-RC1.tar.gz
+ sha1sums = 4c39b81f54f6b663da60ab90f9ddb5d28a2da670
pkgname = scala-dotty
diff --git a/PKGBUILD b/PKGBUILD
index 0e33fb530ee3..518d293dc947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jendrik Wenke <jendrikwenke+aur at gmail dot com>
pkgname=scala-dotty
-pkgver=0.4.0_RC1
+pkgver=0.5.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=('e083234157edc6f6979c497e14d09ef63d54d1e4')
+sha1sums=('4c39b81f54f6b663da60ab90f9ddb5d28a2da670')
package() {
mkdir -p "$pkgdir/usr/bin" "$pkgdir/opt/scala-dotty"