mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
atuin: update to 18.4.0
This commit is contained in:
parent
4eef387977
commit
f3aecd9df3
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'atuin'
|
# Template file for 'atuin'
|
||||||
pkgname=atuin
|
pkgname=atuin
|
||||||
version=18.3.0
|
version=18.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
|
@ -10,7 +10,7 @@ make_check_args="--
|
||||||
--skip change_password
|
--skip change_password
|
||||||
--skip multi_user_test"
|
--skip multi_user_test"
|
||||||
make_install_args="--path crates/atuin"
|
make_install_args="--path crates/atuin"
|
||||||
hostmakedepends="pkg-config sqlite-devel protobuf protobuf-devel"
|
hostmakedepends="pkg-config sqlite-devel"
|
||||||
makedepends="sqlite-devel"
|
makedepends="sqlite-devel"
|
||||||
short_desc="Magical shell history"
|
short_desc="Magical shell history"
|
||||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||||
|
@ -18,7 +18,7 @@ license="MIT"
|
||||||
homepage="https://atuin.sh"
|
homepage="https://atuin.sh"
|
||||||
changelog="https://raw.githubusercontent.com/atuinsh/atuin/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/atuinsh/atuin/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/atuinsh/atuin/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/atuinsh/atuin/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=d05d978d1f1b6a633ac24a9ac9bde3b1dfb7416165b053ef54240fff898aded3
|
checksum=de6d2bcf10de4d757916c7e92a70f15929fc1dea75abc4df09b0baedf26a53b2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue