Created
October 17, 2018 15:42
-
-
Save 2m/54fab8b5d6ebf8f970b5f71398797f45 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 1afb41c9453dc1bbd0110d4c78962bf2014ec7cb Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?Martynas=20Mickevi=C4=8Dius?= <[email protected]> | |
Date: Wed, 17 Oct 2018 11:38:23 -0400 | |
Subject: [PATCH] Update to 1.2.1 | |
--- | |
PKGBUILD | 6 +++--- | |
1 file changed, 3 insertions(+), 3 deletions(-) | |
diff --git PKGBUILD PKGBUILD | |
index 1f11582..45f3ae9 100644 | |
--- PKGBUILD | |
+++ PKGBUILD | |
@@ -1,8 +1,8 @@ | |
# Maintainer: wenLiangcan <boxeed at gmail dot com> | |
pkgname=ammonite | |
-pkgver=1.1.2 | |
-pkgrel=2 | |
+pkgver=1.2.1 | |
+pkgrel=1 | |
pkgdesc="A cleanroom re-implementation of the Scala REPL from first principles. " | |
arch=('any') | |
url="https://github.com/lihaoyi/Ammonite" | |
@@ -12,7 +12,7 @@ depends=("scala>=${_scalaver}") | |
source=("ammonite-repl-${pkgver}"::"https://github.com/lihaoyi/Ammonite/releases/download/${pkgver}/${_scalaver}-${pkgver}" | |
'https://github.com/lihaoyi/Ammonite/raw/master/LICENSE') | |
noextract=("ammonite-repl-${pkgver}") | |
-sha256sums=('2cbbec93b8ace067f9fcaa30615b1d815b3a094b1c2c2ec5c09ef6a3fcc954ad' | |
+sha256sums=('4e56e25400d7fe9bd35771e0db731a65b624eabe6433b29df4f506dc20f3dd24' | |
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e') | |
install="${pkgname}.install" | |
-- | |
2.19.1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment