summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aec7040be0d5..77a17f42b86f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nteract-bin
pkgdesc = Interactive literate coding notebook
- pkgver = 0.15.0
+ pkgver = 0.21.0
pkgrel = 1
url = https://nteract.io
install = nteract-bin.install
@@ -20,9 +20,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.15.0_amd64.deb::https://github.com/nteract/nteract/releases/download/v0.15.0/nteract_0.15.0_amd64.deb
+ source = nteract_0.21.0_amd64.deb::https://github.com/nteract/nteract/releases/download/v0.21.0/nteract_0.21.0_amd64.deb
source = LICENSE
- sha256sums = 2bb4aedd42d757f844b1a7e83d371e4f77b27ba74b6d1c85b79f84e17bfc8235
+ sha256sums = 4e9df857a81dc102135246a9fad94a19be13b330c33aed67a189def58d2cdabd
sha256sums = 866e6fa48cb8810d36d8d85a3085d7aa1c4317d3731f0ef84919428fee87bf71
pkgname = nteract-bin
diff --git a/PKGBUILD b/PKGBUILD
index c23946da7cae..d2166b2a4e20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=nteract-bin
_pkgname=${pkgname%-bin}
-pkgver=0.15.0
+pkgver=0.21.0
pkgrel=1
pkgdesc="Interactive literate coding notebook"
url='https://nteract.io'
@@ -20,7 +20,7 @@ install=$pkgname.install
source=("${_pkgname}_${pkgver}_amd64.deb::https://github.com/nteract/nteract/releases/download/v${pkgver}/nteract_${pkgver}_amd64.deb"
"LICENSE")
-sha256sums=('2bb4aedd42d757f844b1a7e83d371e4f77b27ba74b6d1c85b79f84e17bfc8235'
+sha256sums=('4e9df857a81dc102135246a9fad94a19be13b330c33aed67a189def58d2cdabd'
'866e6fa48cb8810d36d8d85a3085d7aa1c4317d3731f0ef84919428fee87bf71')
package() {