summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a561b7b8d9b3..aea9701f3c7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 18 16:34:11 UTC 2017
+# Tue Feb 6 20:49:28 UTC 2018
pkgbase = nteract-bin
pkgdesc = Interactive literate coding notebook
- pkgver = 0.4.3
+ pkgver = 0.7.0
pkgrel = 1
url = https://nteract.io
install = nteract-bin.install
@@ -23,9 +23,9 @@ pkgbase = nteract-bin
optdepends = python2-ipykernel: support for Python 2
optdepends = r: support for R (requires the "IRkernel" package)
optdepends = sagemath-jupyter: support for SageMath
- source = nteract_0.4.3_amd64.deb::https://github.com/nteract/nteract/releases/download/v0.4.3/nteract_0.4.3_amd64.deb
+ source = nteract_0.7.0_amd64.deb::https://github.com/nteract/nteract/releases/download/v0.7.0/nteract-0.7.0.dmg
source = LICENSE
- sha256sums = 5a2fab27241082d6fe4d1375ee8a3a33eefdc2cf5e0df0624ad8ab8adc475980
+ sha256sums = 76c370fa68f28a9c5f698fd4e88c2b56b4efa86531622f0c5a92f4911e3ff8f6
sha256sums = 9810f3d57c552d3b3f6c82cb3b6f3402d6faf94fc5a63067fe28360fb3b8b688
pkgname = nteract-bin
diff --git a/PKGBUILD b/PKGBUILD
index 60fd7d9af206..aae0374962af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=nteract-bin
_pkgname=${pkgname%-bin}
-pkgver=0.4.3
+pkgver=0.7.0
pkgrel=1
pkgdesc="Interactive literate coding notebook"
url='https://nteract.io'
@@ -19,9 +19,9 @@ optdepends=('ihaskell-git: support for Haskell'
'sagemath-jupyter: support for SageMath')
install=$pkgname.install
-source=("${_pkgname}_${pkgver}_amd64.deb::https://github.com/nteract/nteract/releases/download/v0.4.3/nteract_0.4.3_amd64.deb"
+source=("${_pkgname}_${pkgver}_amd64.deb::https://github.com/nteract/nteract/releases/download/v0.7.0/nteract-0.7.0.dmg"
"LICENSE")
-sha256sums=('5a2fab27241082d6fe4d1375ee8a3a33eefdc2cf5e0df0624ad8ab8adc475980'
+sha256sums=('76c370fa68f28a9c5f698fd4e88c2b56b4efa86531622f0c5a92f4911e3ff8f6'
'9810f3d57c552d3b3f6c82cb3b6f3402d6faf94fc5a63067fe28360fb3b8b688')
prepare() {