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 f7d785152f79..a2da20eca774 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nteract-bin
pkgdesc = Interactive literate coding notebook
- pkgver = 0.14.3
+ pkgver = 0.14.4
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.14.3_amd64.deb::https://github.com/nteract/nteract/releases/download/v0.14.3/nteract_0.14.3_amd64.deb
+ source = nteract_0.14.4_amd64.deb::https://github.com/nteract/nteract/releases/download/v0.14.4/nteract_0.14.4_amd64.deb
source = LICENSE
- sha256sums = ca99a365c4fbd93674c25b53b44d93e7e429d9764c191b7985a039d1b0c8f28f
+ sha256sums = cdb5a8d1d9ae086eea2f356feacaffe8f7f9d8311d80fb93ffb40ba3c489a174
sha256sums = 866e6fa48cb8810d36d8d85a3085d7aa1c4317d3731f0ef84919428fee87bf71
pkgname = nteract-bin
diff --git a/PKGBUILD b/PKGBUILD
index be000165875f..f8d11ba4e706 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=nteract-bin
_pkgname=${pkgname%-bin}
-pkgver=0.14.3
+pkgver=0.14.4
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=('ca99a365c4fbd93674c25b53b44d93e7e429d9764c191b7985a039d1b0c8f28f'
+sha256sums=('cdb5a8d1d9ae086eea2f356feacaffe8f7f9d8311d80fb93ffb40ba3c489a174'
'866e6fa48cb8810d36d8d85a3085d7aa1c4317d3731f0ef84919428fee87bf71')
package() {