Skip to content

Commit

Permalink
sync sha at 37416095
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Mar 28, 2024
1 parent 0ba64f5 commit b3199af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/yext.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ class Yext < Formula
homepage "http://www.yext.com"
depends_on "git"
depends_on "bash-completion@2" => :recommended
url "https://yext-cli-pub.s3.amazonaws.com/cli/mac/yext-fc04dcbfd2268643da2b03ac0bd3cfad"
url "https://yext-cli-pub.s3.amazonaws.com/cli/mac/yext-c4e2a56575ef7d8c64c9ea928bcfbcf5"
version "0.1"
sha256 "3311e42391e1cf4c316d68ff95e5f304662ca57712ad5437cb10ea7497adc22e"
revision 406
sha256 "76b256337b113090a2ab3da4ab0a732c05110d29ec2e3d3e73c916e7440075a7"
revision 407

def install
mv "yext-fc04dcbfd2268643da2b03ac0bd3cfad", "yext"
mv "yext-c4e2a56575ef7d8c64c9ea928bcfbcf5", "yext"
bin.install "yext"

# s3 doesnt retain file permissions, so have to do this to add autocomplete
Expand Down

0 comments on commit b3199af

Please sign in to comment.