diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template index 0bd0fa12399..cc1566544fc 100644 --- a/srcpkgs/zellij/template +++ b/srcpkgs/zellij/template @@ -1,6 +1,6 @@ # Template file for 'zellij' pkgname=zellij -version=0.31.3 +version=0.31.4 revision=1 # Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86 # https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset @@ -14,8 +14,8 @@ maintainer="Marcin Puc " license="MIT" homepage="https://zellij.dev" changelog="https://raw.githubusercontent.com/zellij-org/zellij/main/CHANGELOG.md" -distfiles="https://github.com/zellij-org/zellij/archive/v${version}.tar.gz" -checksum=61949cc0c44b11082e6a4347d50910c576b1f131daa054a17ed153a6fd0e8b20 +distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz" +checksum=286b08523457cdadee89bb1839f8d08ac402af00f3e27063520a7ed9ee7afc8a post_build() { ZELLIJ="target/${RUST_TARGET}/release/zellij"