Created
November 20, 2018 17:40
-
-
Save 2m/c0e59fac9558a1def19572ac0d431d52 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From f85aaa886354012a8d9feb30e052e5a03f6e142b Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?Martynas=20Mickevi=C4=8Dius?= <[email protected]> | |
Date: Tue, 20 Nov 2018 19:39:44 +0200 | |
Subject: [PATCH] Update to 0.10-RC1 | |
--- | |
PKGBUILD | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
diff --git PKGBUILD PKGBUILD | |
index f602a2c..9d84f83 100644 | |
--- PKGBUILD | |
+++ PKGBUILD | |
@@ -1,7 +1,7 @@ | |
# Maintainer: Jendrik Wenke <jendrikwenke+aur at gmail dot com> | |
pkgname=scala-dotty | |
-pkgver=0.8.0_RC1 | |
+pkgver=0.10.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=('d99f866118eea244e86d346ea3ed05d54b3b6c02') | |
+sha1sums=('d8800f4765b10c5fd41c9f60e09819c4e7cba73b') | |
package() { | |
mkdir -p "$pkgdir/usr/bin" "$pkgdir/opt/scala-dotty" | |
-- | |
2.19.1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment