mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/rclone: upgrade to 1.68.0
add MIT license to -doc subpackage
This commit is contained in:
parent
d7f8768965
commit
305bebbaa6
@ -1,8 +1,8 @@
|
|||||||
# Contributor: Chloe Kudryavtsev <code@toast.bunkerlabs.net>
|
# Contributor: Chloe Kudryavtsev <code@toast.bunkerlabs.net>
|
||||||
# Maintainer: Mike Crute <mike@crute.us>
|
# Maintainer: Mike Crute <mike@crute.us>
|
||||||
pkgname=rclone
|
pkgname=rclone
|
||||||
pkgver=1.67.0
|
pkgver=1.68.0
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
pkgdesc="Rsync for cloud storage"
|
pkgdesc="Rsync for cloud storage"
|
||||||
url="https://rclone.org/"
|
url="https://rclone.org/"
|
||||||
# s390x: https://github.com/cronokirby/saferith/pull/51
|
# s390x: https://github.com/cronokirby/saferith/pull/51
|
||||||
@ -67,8 +67,11 @@ package() {
|
|||||||
|
|
||||||
install -Dm644 "$builddir"/rclone.zsh \
|
install -Dm644 "$builddir"/rclone.zsh \
|
||||||
"$pkgdir"/usr/share/zsh/site-functions/_rclone
|
"$pkgdir"/usr/share/zsh/site-functions/_rclone
|
||||||
|
|
||||||
|
install -Dm644 COPYING \
|
||||||
|
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
9d336c6a03ba7711f88fbd6ff019b4ce02825467b9656bba8811e9c27fe857ba5d64d863e1f5f3129cbcc89509891615d911794376c90775901a7de1b0741448 rclone-1.67.0.tar.gz
|
899255f6a22c53b7ab5b59c0f3532bc64b9b3b2691e7202a97fea5047cc8cdf042c2e235cdac67c8cf18e3d68ca2b2ca1eb4d871bffcba8c97514c7ef8db0e13 rclone-1.68.0.tar.gz
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user