Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Formula: Update formula for Elektra 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sanssecours committed Nov 27, 2019
1 parent ea1d4ce commit 4f8e714
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/elektra.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class Elektra < Formula
desc "Framework to access config settings in a global key database"
homepage "https://libelektra.org"
url "https://www.libelektra.org/ftp/elektra/releases/elektra-0.9.0.tar.gz"
sha256 "fcdbd1a148af91e2933d9a797def17d386a17006f629d5146020fe3b1b51ddd8"
url "https://www.libelektra.org/ftp/elektra/releases/elektra-0.9.1.tar.gz"
sha256 "df1d2ec1b4db9c89c216772f0998581a1cbb665e295ff9a418549360bb42f758"
head "https://github.com/ElektraInitiative/libelektra.git"

bottle do
root_url("https://github.com/ElektraInitiative/homebrew-elektra/releases/" \
"download/0.9.0")
sha256 "7417802277e452b69e7cdc28a7ee89bff9831f31bf363b77fe37967967098c08" => :mojave
"download/0.9.1")
sha256 "3f1a181eac8cbfd066a5562a33731f7e7a29e15228c9294bb92113d38027e0ee" => :catalina
end

option "with-gitresolver", "Build with gitresolver plugin"
Expand Down Expand Up @@ -63,9 +63,9 @@ def install
system "make", "install"
end

bash_completion.install "scripts/kdb-bash-completion" => "kdb"
fish_completion.install "scripts/kdb.fish"
zsh_completion.install "scripts/kdb_zsh_completion" => "_kdb"
bash_completion.install "scripts/completion/kdb-bash-completion" => "kdb"
fish_completion.install "scripts/completion/kdb.fish"
zsh_completion.install "scripts/completion/kdb_zsh_completion" => "_kdb"
end

test do
Expand Down

0 comments on commit 4f8e714

Please sign in to comment.