summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1ff2d552501..83bef5f634bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-wasmtime
pkgdesc = Python 3 extension for interface with Wasmtime/Cranelift.
- pkgver = 0.25.0
+ pkgver = 0.29.0
pkgrel = 1
url = https://github.com/bytecodealliance/wasmtime-py
arch = x86_64
@@ -12,8 +12,7 @@ pkgbase = python-wasmtime
depends = python-wheel
depends = wasmtime
options = !emptydirs
- source = python-wasmtime-0.25.0::git+https://github.com/bytecodealliance/wasmtime-py.git#tag=0.25.0
+ source = python-wasmtime-0.29.0::git+https://github.com/bytecodealliance/wasmtime-py.git#tag=0.29.0
sha384sums = SKIP
pkgname = python-wasmtime
-
diff --git a/PKGBUILD b/PKGBUILD
index 66a711c324ac..363eaa477eee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dario Ostuni <another.code.996@gmail.com>
pkgname=python-wasmtime
-pkgver=0.25.0
+pkgver=0.29.0
pkgrel=1
pkgdesc="Python 3 extension for interface with Wasmtime/Cranelift."
arch=('x86_64' 'aarch64')