summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConor Anderson (bot)2020-04-28 10:33:18 +0000
committerConor Anderson (bot)2020-04-28 10:33:18 +0000
commit60bf6a02d980a9bc41a3b889b94224c316af1f5a (patch)
tree88aa2a95a569cd0b76d402ead3e0dec33fff0e26
parent9c5eb07971ee8d8dcb52f0eeaa78cfd77a0ccaa5 (diff)
downloadaur-60bf6a02d980a9bc41a3b889b94224c316af1f5a.tar.gz
Merge branch 'nteract-bin_0.23.1' into 'master' 🤖
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56e0f7f0e7b0..995ca8222b1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nteract-bin
pkgdesc = Interactive literate coding notebook
- pkgver = 0.22.4
+ pkgver = 0.23.1
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.22.4_amd64.deb::https://github.com/nteract/nteract/releases/download/v0.22.4/nteract_0.22.4_amd64.deb
+ source = nteract_0.23.1_amd64.deb::https://github.com/nteract/nteract/releases/download/v0.23.1/nteract_0.23.1_amd64.deb
source = LICENSE
- sha256sums = bc402800ea9965e57c56599561e130723eec26af3f41108716f00cd3c869daf9
+ sha256sums = c8c75e4f0b706cf825103a6d0397a44f84533c14583ac7a36b76cd28f78f1415
sha256sums = 866e6fa48cb8810d36d8d85a3085d7aa1c4317d3731f0ef84919428fee87bf71
pkgname = nteract-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0cc698d09de2..9f3a3f0b8864 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=nteract-bin
_pkgname=${pkgname%-bin}
-pkgver=0.22.4
+pkgver=0.23.1
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=('bc402800ea9965e57c56599561e130723eec26af3f41108716f00cd3c869daf9'
+sha256sums=('c8c75e4f0b706cf825103a6d0397a44f84533c14583ac7a36b76cd28f78f1415'
'866e6fa48cb8810d36d8d85a3085d7aa1c4317d3731f0ef84919428fee87bf71')
package() {