Skip to content

Commit

Permalink
daktilo 0.6.0
Browse files Browse the repository at this point in the history
autobump: add daktilo

Signed-off-by: Rui Chen <[email protected]>

daktilo: update build

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Apr 11, 2024
1 parent 8b03f08 commit 1fcae95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ d2
daemon
dafny
dagger
daktilo
daq
dar
darkhttpd
Expand Down
6 changes: 3 additions & 3 deletions Formula/d/daktilo.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Daktilo < Formula
desc "Plays typewriter sounds every time you press a key"
homepage "https://daktilo.cli.rs"
url "https://github.com/orhun/daktilo/archive/refs/tags/v0.5.0.tar.gz"
sha256 "55aead933dfe9176bc6f55f397bfe05f5eb97ef0f2b06e6904e4227f3e715b70"
url "https://github.com/orhun/daktilo/archive/refs/tags/v0.6.0.tar.gz"
sha256 "594987ad0697a29e3d0dc25b220e5680cfaecedf2175fd6c17ba827fc7bc2978"
license any_of: ["Apache-2.0", "MIT"]

bottle do
Expand All @@ -25,7 +25,7 @@ class Daktilo < Formula
end

def install
system "cargo", "install", *std_cargo_args
system "cargo", "install", *std_cargo_args(path: "crates/daktilo")
end

test do
Expand Down

0 comments on commit 1fcae95

Please sign in to comment.