From 469cbcc7b89d54a77f682ffca6431e8595f4c4dc Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 14 Jun 2024 17:55:23 +0000 Subject: [PATCH] Update to 0.11.7 --- asd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asd.rb b/asd.rb index ad2b71d..5ffd3eb 100644 --- a/asd.rb +++ b/asd.rb @@ -1,8 +1,8 @@ class Asd < Formula desc "Reads ALPS documents and produces a full state diagram and hyperlinked documentation." homepage "https://alps-asd.github.io/" - url "https://github.com/alps-asd/app-state-diagram/releases/download/0.11.6/asd.phar" - sha256 "e14842871b7a442f8931f7099aac4588a2806a7bb09b750997d834eef8e29edb" + url "https://github.com/alps-asd/app-state-diagram/releases/download/0.11.7/asd.phar" + sha256 "baee41878bd92ac1655c6fdbe1c96e6a63b01353a61f3016dd2865d54fcb109a" license "MIT" depends_on "php@8.3"