atuin: update to 18.0.0
This commit is contained in:
parent
bb9be1bac2
commit
ecd2d8d191
|
@ -1,10 +1,14 @@
|
|||
# Template file for 'atuin'
|
||||
pkgname=atuin
|
||||
version=17.2.1
|
||||
version=18.0.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
build_helper=qemu
|
||||
make_check_args="-- --skip registration --skip sync"
|
||||
make_check_args="--
|
||||
--skip registration
|
||||
--skip sync
|
||||
--skip change_password
|
||||
--skip multi_user_test"
|
||||
make_install_args="--path atuin"
|
||||
hostmakedepends="pkg-config sqlite-devel"
|
||||
makedepends="sqlite-devel"
|
||||
|
@ -14,7 +18,7 @@ license="MIT"
|
|||
homepage="https://atuin.sh"
|
||||
changelog="https://raw.githubusercontent.com/atuinsh/atuin/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/atuinsh/atuin/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=5bad59af24317adfa1d56fce39e231c85836fb91ac3d468830f9bb0884b320ca
|
||||
checksum=02b26d15de30da5fa8ee16bc6b9f03e2e644f5d39ef85dd251998915dc6e5fc5
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue