git-absorb: update to 0.6.9.

This commit is contained in:
icp 2022-11-19 14:30:30 +05:30 committed by classabbyamp
parent 75f7177685
commit 9013447bf4

View file

@ -1,7 +1,7 @@
# Template file for 'git-absorb' # Template file for 'git-absorb'
pkgname=git-absorb pkgname=git-absorb
version=0.6.7 version=0.6.9
revision=2 revision=1
build_style=cargo build_style=cargo
build_helper=qemu build_helper=qemu
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -10,8 +10,8 @@ short_desc="Like git commit --fixup, but automatic"
maintainer="Dominic Monroe <monroef4@googlemail.com>" maintainer="Dominic Monroe <monroef4@googlemail.com>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/tummychow/git-absorb" homepage="https://github.com/tummychow/git-absorb"
distfiles="https://github.com/tummychow/git-absorb/archive/${version}.tar.gz" distfiles="https://github.com/tummychow/git-absorb/archive/refs/tags/${version}.tar.gz"
checksum=f562dbcf68c5f687197e8a594cb58cf102cc17a2e9fcf66dbacb83b49e053bd7 checksum=feaee35e6771d66d6d895a69d59d812cfbcabbecaa70ece64f87528a8c3c2fb5
post_install() { post_install() {
vlicense LICENSE.md vlicense LICENSE.md