Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onedrive 2.5.0 #190777

Merged
merged 2 commits into from
Sep 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions Formula/o/onedrive.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class Onedrive < Formula
desc "Folder synchronization with OneDrive"
homepage "https://github.com/abraunegg/onedrive"
url "https://github.com/abraunegg/onedrive/archive/refs/tags/v2.4.25.tar.gz"
sha256 "e7d782ea7d1973b6b578899a84c4f90ba69302263b4be30d80a363ba8ba27eb3"
url "https://github.com/abraunegg/onedrive/archive/refs/tags/v2.5.0.tar.gz"
sha256 "6ddf92bf564e71871d1d49e4120f0848f79bc3e55155a73c2b882752fa13a431"
license "GPL-3.0-only"

bottle do
sha256 cellar: :any_skip_relocation, x86_64_linux: "c08ccbf9b2ca0b1bd266f884c0b9d20c4c6342afc6d08c0697f1f2c3e90e50a9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5ef60eba305591ad6d90aab590004ef1ae734a71916cce7ebff83e1ae42ab299"
end

depends_on "ldc" => :build
Expand Down Expand Up @@ -34,8 +34,9 @@ def install

test do
assert_match <<~EOS, pipe_output("#{bin}/onedrive 2>&1", "")
Enter the response uri: Invalid response uri entered
Could not initialize the OneDrive API
Using IPv4 and IPv6 (if configured) for all network operations
Attempting to contact Microsoft OneDrive Login Service
Successfully reached Microsoft OneDrive Login Service
EOS
end
end
Loading