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