bee 1.64 (#37260)
This commit is contained in:
parent
4fb89445dd
commit
61106f84d5
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class Bee < Formula
|
||||
desc "Tool for managing database changes"
|
||||
homepage "https://github.com/bluesoft/bee"
|
||||
url "https://github.com/bluesoft/bee/releases/download/1.63/bee-1.63.zip"
|
||||
sha256 "8c17b9896ad2072e9a112a94fb8d5d8b4e09430da38b56bb29aaafb0713cb8b1"
|
||||
url "https://github.com/bluesoft/bee/releases/download/1.64/bee-1.64.zip"
|
||||
sha256 "31a0f5cef32fc2e2221ded3b1ff02cd0f47d141e8433a1b11f8d7159f7d9bb5c"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
|
@ -22,6 +22,6 @@ class Bee < Formula
|
|||
test-database.password=
|
||||
EOS
|
||||
(testpath/"bee").mkpath
|
||||
system bin/"bee", "dbchange:create new-file"
|
||||
system bin/"bee", "-d", testpath/"bee", "dbchange:create new-file"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue