summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConor Anderson2018-03-07 15:55:07 -0500
committerConor Anderson2018-03-07 15:55:07 -0500
commita094c66199da5755b7004fc6ec7e703f14fc92ba (patch)
treeb316f38cd0b1eca9a8334415cbf9d05ac747ddec
parenta45671b7bb60cf1cbe5687281f00f5f149c3b4f0 (diff)
downloadaur-a094c66199da5755b7004fc6ec7e703f14fc92ba.tar.gz
Automated version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b6d7f2ed074..611c9e8992af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nteract-bin
pkgdesc = Interactive literate coding notebook
- pkgver = 0.7.1
+ pkgver = 0.8.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.7.1_amd64.deb::https://github.com/nteract/nteract/releases/download/v0.7.1/nteract_0.7.1_amd64.deb
+ source = nteract_0.8.0_amd64.deb::https://github.com/nteract/nteract/releases/download/v0.8.0/nteract_0.8.0_amd64.deb
source = LICENSE
- sha256sums = 506030e581087a349e9af265952329d9d7c8536f1fa1b945d003b050d3d582a3
+ sha256sums = bbab0a840793fd54567be284b4583c7e9afb023d66fff9a5e614d0ea1ddd8e58
sha256sums = 866e6fa48cb8810d36d8d85a3085d7aa1c4317d3731f0ef84919428fee87bf71
pkgname = nteract-bin
diff --git a/PKGBUILD b/PKGBUILD
index 04f975648380..1edb52a25025 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=nteract-bin
_pkgname=${pkgname%-bin}
-pkgver=0.7.1
+pkgver=0.8.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=('506030e581087a349e9af265952329d9d7c8536f1fa1b945d003b050d3d582a3'
+sha256sums=('bbab0a840793fd54567be284b4583c7e9afb023d66fff9a5e614d0ea1ddd8e58'
'866e6fa48cb8810d36d8d85a3085d7aa1c4317d3731f0ef84919428fee87bf71')
package() {