Skip to content

Commit

Permalink
Merge pull request #179168 from Homebrew/bump-deno-1.45.5
Browse files Browse the repository at this point in the history
deno 1.45.5
  • Loading branch information
BrewTestBot authored Aug 1, 2024
2 parents 0000c08 + e8ca715 commit 5169f9c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/d/deno.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Deno < Formula
desc "Secure runtime for JavaScript and TypeScript"
homepage "https://deno.com/"
url "https://github.com/denoland/deno/releases/download/v1.45.2/deno_src.tar.gz"
sha256 "d8d74295d2f0a1362a2d03a452f522d8e251fb63d186365aa4be0516fc010c01"
url "https://github.com/denoland/deno/releases/download/v1.45.5/deno_src.tar.gz"
sha256 "7877cc166a62408d5b0c07e35c750d1ddbde45cfc1dcc257b4e539d22e0c4294"
license "MIT"
head "https://github.com/denoland/deno.git", branch: "main"

bottle do
sha256 cellar: :any, arm64_sonoma: "ed302dd5236c54de0b45baa670d286bf07b52d353fd94ac034840acfa06880d9"
sha256 cellar: :any, arm64_ventura: "3d462da607d3a9017dd196b63ef75f0a8fef6d9c7c9d07c119bb062d381c4799"
sha256 cellar: :any, arm64_monterey: "49f935351e6db683d090b72bff004f925e054f98850006d5cb59c1eb50d48660"
sha256 cellar: :any, sonoma: "443c69ac0932260fac8f9462f9cb4ba6a2c0f72f0189e4bd6337174d6833ed45"
sha256 cellar: :any, ventura: "3159a53da7455984031a3e270b00d626127ae5efb068c7d5caade07fb4467927"
sha256 cellar: :any, monterey: "5fefd803e136185abfce579731995792adffbc6297a4ed0aacfe44127ac3bcb5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "222b777fc0d7f306c0fa1a93e2f82bf10c45348421b6488e519e4546b0e53a4b"
sha256 cellar: :any, arm64_sonoma: "f83acb3c24289f668ea9bb015ea1c59fad7fbc0a235249da9c4ffd7f15aeb83f"
sha256 cellar: :any, arm64_ventura: "1bca3edf525504be1c6e3ecdeaffe6d0cc4918aed4bd78b707b7e240362ab8c9"
sha256 cellar: :any, arm64_monterey: "13e95be0244ef958773bd3c1fe2237e360bd17daa8c42ae843fafad7f7594d4f"
sha256 cellar: :any, sonoma: "47b8da8bcbe68780a0c773add0caf5f1b8c9c14b8cb597fee64a5bb67606cf84"
sha256 cellar: :any, ventura: "a21a3fdc4b8b0ea1c0bc93a4479f01694d86b61d94bcc921a920001b9bb6bd04"
sha256 cellar: :any, monterey: "6dd625de3008f78285ab4543f76be395b0e5ed8638bb81cd1ee84be13dda2852"
sha256 cellar: :any_skip_relocation, x86_64_linux: "11ede49494032caaf698c729ff0300c442ff9e504153d92a3c20665f7b9f4673"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 5169f9c

Please sign in to comment.