onedrive 2.4.15
* onedrive 2.4.15 * Update onedrive.rb Closes #94630. Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com> Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
46fb62aaca
commit
9e1eb7fb87
|
@ -1,8 +1,8 @@
|
|||
class Onedrive < Formula
|
||||
desc "Folder synchronization with OneDrive"
|
||||
homepage "https://github.com/abraunegg/onedrive"
|
||||
url "https://github.com/abraunegg/onedrive/archive/v2.4.14.tar.gz"
|
||||
sha256 "32c6835ddd2b8c6febc1ec904380cc88a92e7fecfacff8ac4cc6271805c4214f"
|
||||
url "https://github.com/abraunegg/onedrive/archive/v2.4.15.tar.gz"
|
||||
sha256 "8824f1530ef874d68d221e2684cdab0c730feba7d1a47ed29903cd46d67eaaa2"
|
||||
license "GPL-3.0-only"
|
||||
|
||||
bottle do
|
||||
|
@ -17,7 +17,7 @@ class Onedrive < Formula
|
|||
depends_on "systemd"
|
||||
|
||||
def install
|
||||
system "./configure", *std_configure_args
|
||||
system "./configure", *std_configure_args, "--with-systemdsystemunitdir=no"
|
||||
system "make", "install"
|
||||
bash_completion.install "contrib/completions/complete.bash" => "onedrive"
|
||||
zsh_completion.install "contrib/completions/complete.zsh" => "_onedrive"
|
||||
|
|
Loading…
Reference in New Issue