update inkscape & zellij

master
yutent 2024-12-10 15:12:55 +08:00
parent e4e2d21810
commit 279768e618
2 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@
app_name="inkscape" app_name="inkscape"
tmp_dir="/tmp/${app_name}_tmp" tmp_dir="/tmp/${app_name}_tmp"
version="1.3.2" version="1.4.0"
release="v${version}" release="v${version}"
deb_arch="amd64" deb_arch="amd64"
deb_url="https://media.inkscape.org/dl/resources/file/Inkscape-091e20e-x86_64.AppImage" deb_url="https://media.inkscape.org/dl/resources/file/Inkscape-e7c3feb-x86_64.AppImage"
# 创建临时目录, 用于下载官方包 # 创建临时目录, 用于下载官方包
if [ -d $tmp_dir ]; then if [ -d $tmp_dir ]; then

View File

@ -2,7 +2,7 @@
app_name="zellij" app_name="zellij"
tmp_dir="/tmp/${app_name}_tmp" tmp_dir="/tmp/${app_name}_tmp"
version="0.40.1" version="0.41.2"
release="v${version}" release="v${version}"
deb_url="https://github.com/zellij-org/zellij/releases/download/${release}/zellij-x86_64-unknown-linux-musl.tar.gz" deb_url="https://github.com/zellij-org/zellij/releases/download/${release}/zellij-x86_64-unknown-linux-musl.tar.gz"