zellij: update to 0.31.4

This commit is contained in:
Marcin Puc 2022-09-09 19:24:11 +02:00 committed by Michal Vasilek
parent fd8bdc3e14
commit f4ecad29cc

View file

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