Skip to content

Commit ce7d34b

Browse files
v0.26.0
1 parent eb56907 commit ce7d34b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/dev-proxy.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
class DevProxy < Formula
2-
proxyVersion = "0.25.0"
2+
proxyVersion = "0.26.0"
33
if OS.linux?
44
proxyArch = "linux-x64"
5-
proxySha = "27028D1C1D54C590C346F91E9389593BDE6898C75C333EC8E5BF1D38429A90B1"
5+
proxySha = "6D8D847C2E37FE8AC45707CC41CABC552FCF04ED097DE556F0DAF59A0C7E99D1"
66
else
77
proxyArch = "osx-x64"
8-
proxySha = "B61B6260AEFCA69C0F97688A6E20FE8424D91D2DA5C3B1D05CE6F413B8ADBD9D"
8+
proxySha = "3499F9E41EF737C26231FE8904A089D50E2A3A88EFEE4E31613823B4FDA38EDC"
99
end
1010

1111
desc "Dev Proxy #{proxyVersion}"

0 commit comments

Comments
 (0)