summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2023-01-02 09:46:21 +0100
committerSanpi2023-01-02 09:46:21 +0100
commit0da19a188d7932c04737ac7bc6f1e5957c5f2327 (patch)
treed336ef5ed257aa2c205c2af7bbb80fe356e0e0ec
parenta86d2e2472bbcacb0b15f214ece667eeaea7fc98 (diff)
downloadaur-0da19a188d7932c04737ac7bc6f1e5957c5f2327.tar.gz
v0.14.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 832adc741030..0a3948daaba9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = evcxr_jupyter
pkgdesc = A Jupyter Kernel for the Rust programming language.
- pkgver = 0.14.1
+ pkgver = 0.14.2
pkgrel = 1
url = https://github.com/google/evcxr/tree/main/evcxr_jupyter
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = evcxr_jupyter
makedepends = cmake
depends = rust
depends = jupyter-notebook
- source = 0.14.1.tar.gz::https://crates.io/api/v1/crates/evcxr_jupyter/0.14.1/download
- sha256sums = fbfc67f541c989972b5b56b880afc73eef4100611eb91f08e4c570be270bcc9b
+ source = 0.14.2.tar.gz::https://crates.io/api/v1/crates/evcxr_jupyter/0.14.2/download
+ sha256sums = a22c3d61698b67bfd186b01a1a6e6df2132ecb49dbf9b397069fbc44accda17d
pkgname = evcxr_jupyter
diff --git a/PKGBUILD b/PKGBUILD
index 032cd4975044..bd278e252726 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=evcxr_jupyter
-pkgver=0.14.1
+pkgver=0.14.2
pkgrel=1
pkgdesc='A Jupyter Kernel for the Rust programming language.'
url="https://github.com/google/evcxr/tree/main/$pkgname"
@@ -9,7 +9,7 @@ license=('Apache')
depends=('rust' 'jupyter-notebook')
makedepends=('cargo' 'cmake')
source=("$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
-sha256sums=('fbfc67f541c989972b5b56b880afc73eef4100611eb91f08e4c570be270bcc9b')
+sha256sums=('a22c3d61698b67bfd186b01a1a6e6df2132ecb49dbf9b397069fbc44accda17d')
build()
{