Skip to content

Commit

Permalink
wasmtime: update to 29.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
casr committed Feb 9, 2025
1 parent b179dd8 commit d6b8b1e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions devel/wasmtime/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ PortSystem 1.0
PortGroup cargo 1.0
PortGroup github 1.0

github.setup bytecodealliance wasmtime 27.0.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
github.setup bytecodealliance wasmtime 29.0.1 v
github.tarball_from releases
distname ${name}-v${version}-src
revision 0

homepage https://wasmtime.dev
Expand All @@ -22,13 +22,11 @@ license Apache-2
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer

fetch.type git

cargo.offline_cmd

post-extract {
system -W ${worksrcpath} "git submodule update --init --recursive"
}
checksums rmd160 acdc2708a18bd6c8f3804f610ce749130570907e \
sha256 404cd69640415e19967a0c5ceb531d95d845f194924d994c8da485e99fee4812 \
size 156664918

destroot {
xinstall -m 0755 \
Expand Down

0 comments on commit d6b8b1e

Please sign in to comment.