summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Ostuni2021-08-24 14:08:47 +0200
committerDario Ostuni2021-08-24 14:08:47 +0200
commitdd64b14630fb6710743b3f188fc6cc888faa4ffb (patch)
tree21e861614fa386b9b813adbc2c088c06ccd08e5b
parent15c325d08acd13be9a3fd2252d15ea03cc1a0393 (diff)
downloadaur-python-wasmtime.tar.gz
Update to version 0.29.0
-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')