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
BrewTestBot 2022-02-07 05:18:17 +00:00
parent 46fb62aaca
commit 9e1eb7fb87
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 3 additions and 3 deletions

View File

@ -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"