drive: update to 0.3.9.1.
This commit is contained in:
parent
846db59e06
commit
cf7b8bc037
1 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'drive'
|
# Template file for 'drive'
|
||||||
pkgname=drive
|
pkgname=drive
|
||||||
version=0.3.9
|
version=0.3.9.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Google Drive client for the commandline"
|
short_desc="Google Drive client for the commandline"
|
||||||
|
@ -11,11 +11,7 @@ homepage="https://github.com/odeke-em/drive"
|
||||||
go_import_path="github.com/odeke-em/drive"
|
go_import_path="github.com/odeke-em/drive"
|
||||||
go_package="github.com/odeke-em/drive/cmd/drive github.com/odeke-em/drive/drive-server "
|
go_package="github.com/odeke-em/drive/cmd/drive github.com/odeke-em/drive/drive-server "
|
||||||
distfiles="$homepage/archive/v$version.tar.gz"
|
distfiles="$homepage/archive/v$version.tar.gz"
|
||||||
checksum=ce7e4dd994c01d4534251c9a31adca34ed89ff6e64045813a7ce5c588ddd04be
|
checksum=562958e336d2f52a34443fc8fbf59d9d2a2467b2bf4592a1d78dc009ade661a7
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686*) broken="go i686 is broken for now";;
|
|
||||||
esac
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
|
|
Loading…
Reference in a new issue