zellij: update to 0.31.1

This commit is contained in:
Marcin Puc 2022-08-02 18:05:55 +02:00 committed by classabbyamp
parent 4629476571
commit 7c5611ad45
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'zellij' # Template file for 'zellij'
pkgname=zellij pkgname=zellij
version=0.31.0 version=0.31.1
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
@ -13,9 +13,9 @@ short_desc="Terminal workspace with batteries included"
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>" maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
license="MIT" license="MIT"
homepage="https://zellij.dev" homepage="https://zellij.dev"
changelog="https://github.com/zellij-org/zellij/blob/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/v${version}.tar.gz"
checksum=9d17153511887606f3733df151f5ed461f380e9538336f79f8785bc5b76a68ab checksum=8fbe83ec4f4dcb5c157c5755978d00de6dfa2c9790c3788262f23c8d1b75350b
post_build() { post_build() {
ZELLIJ="target/${RUST_TARGET}/release/zellij" ZELLIJ="target/${RUST_TARGET}/release/zellij"