Skip to content

Commit

Permalink
ktcodeshift 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orangain committed May 24, 2022
1 parent aa0c603 commit f1ac644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/ktcodeshift.rb
@@ -1,8 +1,8 @@
class Ktcodeshift < Formula
desc "Toolkit for running codemods over multiple Kotlin files inspired by jscodeshift"
homepage "https://github.com/orangain/ktcodeshift"
url "https://github.com/orangain/ktcodeshift/releases/download/0.1.0/ktcodeshift-0.1.0.tar.gz"
sha256 "e3cd77af3842a7746b6b5957abe41b51b6422c603aa17cf905e68151e46fbb19"
url "https://github.com/orangain/ktcodeshift/releases/download/0.1.1/ktcodeshift-0.1.1.tar.gz"
sha256 "abd70d14ef10055af023437eb86d5981124ce2c907b4f6ba41cd95a248d19b6a"
license "MIT"

depends_on "openjdk" => [:build, :optional]
Expand Down

0 comments on commit f1ac644

Please sign in to comment.