makedeb
Build and publish crates with pyo3, rust-cpython and cffi bindings
Click here to go back to the commit logs for maturin.
Hash: b799ad5c6529dbc0ff29d3133b1a9011690e5995
Message: Bump version to '0.13.2'
diff --git a/.SRCINFO b/.SRCINFO
index b305a1e..9078f44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,12 +3,12 @@ pkgname = maturin
pkgbase = maturin
pkgdesc = Build and publish crates with pyo3, rust-cpython and cffi bindings
pkgrel = 1
-pkgver = 0.13.1
+pkgver = 0.13.2
url = https://maturin.rs/
arch = any
license = Apache-2.0
license = MIT
makedepends = cargo
-source = https://github.com/PyO3/maturin/archive/refs/tags/v0.13.1.tar.gz
+source = https://github.com/PyO3/maturin/archive/refs/tags/v0.13.2.tar.gz
sha256sums = SKIP
makedepends = cargo
diff --git a/PKGBUILD b/PKGBUILD
index d5c3f60..498bcb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=maturin
-pkgver=0.13.1
+pkgver=0.13.2
pkgrel=1
pkgdesc='Build and publish crates with pyo3, rust-cpython and cffi bindings'
arch=('any')