rclone: update to 1.24
This commit is contained in:
parent
4a16af17a6
commit
59a2055c9e
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'rclone'
|
||||
pkgname=rclone
|
||||
version=1.23
|
||||
version=1.24
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/ncw/rclone"
|
||||
|
@ -10,9 +10,9 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|||
license="MIT"
|
||||
homepage="http://rclone.org/downloads/"
|
||||
distfiles="https://github.com/ncw/rclone/archive/v${version}.tar.gz"
|
||||
checksum=fc063f81b9751ff49dcb9c7379e812fd70c0724471247def8e634ae8d8fbdbb4
|
||||
checksum=b8a7f7951c6bf2aef8a3c91a80feb0e1da695422cf85482831bed4d1cd018ed9
|
||||
|
||||
post_install(){
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
python make_manual.py
|
||||
make rclone.1
|
||||
|
|
Loading…
Reference in New Issue