summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 765b839b7904..1babce680ae4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyter_stata_kernel
pkgdesc = A Jupyter kernel for Stata. Works with Windows, macOS, and Linux. Preserves program state.
- pkgver = 1.10.5
+ pkgver = 1.11.2
pkgrel = 1
url = https://kylebarron.github.io/stata_kernel/
install = jupyter_stata_kernel.install
@@ -16,8 +16,8 @@ pkgbase = jupyter_stata_kernel
depends = python-pexpect
depends = python-pygments
depends = python-requests
- source = https://files.pythonhosted.org/packages/67/86/5979c2b683851f9e6a0a672ceaee3171fe7e18e152554deb0d62101c9879/stata_kernel-1.10.5.tar.gz
- sha256sums = a57d8520c4aa9c5dfc625033bdfe3530a155a60e2e54c7c39065cb971c1b7c98
+ source = https://files.pythonhosted.org/packages/cc/c7/05e2d4b43dda39fa18bcf9349fffa86746405bcdb6771b2f87278a9475b6/stata_kernel-1.11.2.tar.gz
+ sha256sums = 31b518165a4b4f7e9d9b130affaeb1b1b2ddd1a36ea3b141fcf478d75de60c3f
pkgname = jupyter_stata_kernel
diff --git a/PKGBUILD b/PKGBUILD
index e42120d20323..b1e16ce8e11f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@ depends=('python' 'jupyter' 'python-pandas' 'python-beautifulsoup4'
'python-packaging' 'python-pillow' 'python-pexpect'
'python-pygments' 'python-requests')
makedepends=('python-setuptools')
-pkgver=1.10.5
+pkgver=1.11.2
pkgrel=1
pkgdesc="A Jupyter kernel for Stata. Works with Windows, macOS, and Linux. Preserves program state."
arch=('any')
url="https://kylebarron.github.io/stata_kernel/"
license=('GPL3')
-source=("https://files.pythonhosted.org/packages/67/86/5979c2b683851f9e6a0a672ceaee3171fe7e18e152554deb0d62101c9879/stata_kernel-1.10.5.tar.gz")
-sha256sums=('a57d8520c4aa9c5dfc625033bdfe3530a155a60e2e54c7c39065cb971c1b7c98')
+source=("https://files.pythonhosted.org/packages/cc/c7/05e2d4b43dda39fa18bcf9349fffa86746405bcdb6771b2f87278a9475b6/stata_kernel-1.11.2.tar.gz")
+sha256sums=('31b518165a4b4f7e9d9b130affaeb1b1b2ddd1a36ea3b141fcf478d75de60c3f')
install=jupyter_stata_kernel.install
package() {