gutenberg 0.3.3
Closes #25950. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
0f65b7ad43
commit
4790aac153
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class Gutenberg < Formula
|
||||
desc "Opinionated static site generator with everything built-in"
|
||||
homepage "https://www.getgutenberg.io/"
|
||||
url "https://github.com/Keats/gutenberg/archive/v0.3.2.tar.gz"
|
||||
sha256 "0424a1dff5050c765ae7a55ee7f944de4f7f2562ea816c1219223fa7eb5f948c"
|
||||
url "https://github.com/Keats/gutenberg/archive/v0.3.3.tar.gz"
|
||||
sha256 "5652e370d3826b2a4dc5ad70f0a6e695748eb6c41c566fde0cef88ac93ccb221"
|
||||
head "https://github.com/Keats/gutenberg.git"
|
||||
|
||||
bottle do
|
||||
|
@ -24,7 +24,7 @@ class Gutenberg < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
pipe_output("#{bin}/gutenberg init mysite", "\nn\nn\n", 0)
|
||||
system "yes '' | #{bin}/gutenberg init mysite"
|
||||
(testpath/"mysite/content/blog/index.md").write <<~EOS
|
||||
+++
|
||||
+++
|
||||
|
|
Loading…
Reference in a new issue