lr: update to 0.2.
This commit is contained in:
parent
a28b6dcbc4
commit
7bf0493b3d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'lr'
|
||||
pkgname=lr
|
||||
version=0.1
|
||||
version=0.2
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="List files, recursively (a better ls/find/stat/du)"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/chneukirchen/lr"
|
||||
distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=f8a2a3388796f91d6525851727c618b295d3119396a0e751a716c6870465f940
|
||||
checksum=d99300535f38ea1c2ebc367b27566ee66159ced6eb82b3c22c7205630dc0a607
|
||||
|
||||
post_install() {
|
||||
head -n26 lr.c >LICENSE
|
||||
|
|
Loading…
Reference in a new issue