summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConor Anderson (bot)2020-07-02 17:55:52 +0000
committerConor Anderson (bot)2020-07-02 17:55:52 +0000
commitbc0aea195258dceb71ed06540f67251904541772 (patch)
tree30675b6bbf65dfe3f3d1d936c8397771bbb83615
parentcc3bf83a1fb7b69040ce43e4d516792870aace25 (diff)
downloadaur-bc0aea195258dceb71ed06540f67251904541772.tar.gz
Merge branch 'nteract-bin_0.24.0' into 'master' 🤖
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bed25ab98dab..2ee55c875f75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nteract-bin
pkgdesc = Interactive literate coding notebook
- pkgver = 0.23.3
+ pkgver = 0.24.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.23.3_amd64.deb::https://github.com/nteract/nteract/releases/download/v0.23.3/nteract_0.23.3_amd64.deb
+ source = nteract_0.24.0_amd64.deb::https://github.com/nteract/nteract/releases/download/v0.24.0/nteract_0.24.0_amd64.deb
source = LICENSE
- sha256sums = e12724ddd9b513ee8019abb40011fa7571448eaed60bb0e264b84bd67272c3c9
+ sha256sums = 3e1b0b6c40afa987870fdfc6598cae94eec5ef627d6ecbe80afa1873fc787cb5
sha256sums = 866e6fa48cb8810d36d8d85a3085d7aa1c4317d3731f0ef84919428fee87bf71
pkgname = nteract-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0a7e42fc6a68..333200d11577 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=nteract-bin
_pkgname=${pkgname%-bin}
-pkgver=0.23.3
+pkgver=0.24.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=('e12724ddd9b513ee8019abb40011fa7571448eaed60bb0e264b84bd67272c3c9'
+sha256sums=('3e1b0b6c40afa987870fdfc6598cae94eec5ef627d6ecbe80afa1873fc787cb5'
'866e6fa48cb8810d36d8d85a3085d7aa1c4317d3731f0ef84919428fee87bf71')
package() {