summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2020-01-12 22:05:02 -0700
committerThayne McCombs2020-01-12 22:05:08 -0700
commit7598fabba34d2dcadafbe476b834ec283aea0482 (patch)
tree06737a134be6b21f2eee4fb103d6cb5d66403532
parentd632b19fe17992e3b89843905ed0cbf619c74a03 (diff)
downloadaur-7598fabba34d2dcadafbe476b834ec283aea0482.tar.gz
2.0.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95ab62e2fa0a..6b321ba575f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ammonite
pkgdesc = A cleanroom re-implementation of the Scala REPL from first principles.
- pkgver = 2.0.1
+ pkgver = 2.0.2
pkgrel = 1
url = https://github.com/lihaoyi/Ammonite
install = ammonite.install
@@ -8,11 +8,11 @@ pkgbase = ammonite
license = MIT
depends = scala>=2.13
depends = java-environment
- noextract = ammonite-repl-2.0.1
- source = ammonite-repl-2.0.1::https://github.com/lihaoyi/Ammonite/releases/download/2.0.1/2.13-2.0.1
- source = https://github.com/lihaoyi/Ammonite/raw/2.0.1/LICENSE
- sha256sums = 7ca90c6c181f2479da81e92463571ba6b6994ba2c0675fb040843534c487b3ac
- sha256sums = 90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e
+ noextract = ammonite-repl-2.0.2
+ source = ammonite-repl-2.0.2::https://github.com/lihaoyi/Ammonite/releases/download/2.0.2/2.13-2.0.2
+ source = https://github.com/lihaoyi/Ammonite/raw/2.0.2/LICENSE
+ b2sums = bee03075cb5ee8b89037dad282107ac42a23834feba22058e638245f5edda95622324b5d1e2fb4829294a9d5c0e2923741367f780e88e700926cf7fd7f80a4d3
+ b2sums = fc9694ff702a7c919b82c3429911dd0f4bf83ee36e7036bf5d82b62f3a1bc0dfb2bb80313ef89fa80353a7cf202bced4d942de25fdda789258753cd42633752d
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index 59772fdfb20c..24e124448c1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yiqiao Wang <yiqiao.wang96 at gmail dot com>
# Contributor: wenLiangcan <boxeed at gmail dot com>
pkgname=ammonite
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc="A cleanroom re-implementation of the Scala REPL from first principles. "
arch=('any')
@@ -12,8 +12,8 @@ depends=("scala>=${_scalaver}" java-environment)
source=("ammonite-repl-${pkgver}"::"https://github.com/lihaoyi/Ammonite/releases/download/${pkgver}/${_scalaver}-${pkgver}"
"https://github.com/lihaoyi/Ammonite/raw/${pkgver}/LICENSE")
noextract=("ammonite-repl-${pkgver}")
-sha256sums=('7ca90c6c181f2479da81e92463571ba6b6994ba2c0675fb040843534c487b3ac'
- '90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
+b2sums=('bee03075cb5ee8b89037dad282107ac42a23834feba22058e638245f5edda95622324b5d1e2fb4829294a9d5c0e2923741367f780e88e700926cf7fd7f80a4d3'
+ 'fc9694ff702a7c919b82c3429911dd0f4bf83ee36e7036bf5d82b62f3a1bc0dfb2bb80313ef89fa80353a7cf202bced4d942de25fdda789258753cd42633752d')
install="${pkgname}.install"
prepare() {