We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2d3f3 commit c327541Copy full SHA for c327541
Formula/p/prog8.rb
@@ -1,8 +1,8 @@
1
class Prog8 < Formula
2
desc "Compiled programming language targeting the 8-bit 6502 CPU family"
3
homepage "https://prog8.readthedocs.io"
4
- url "https://github.com/irmen/prog8/archive/refs/tags/v11.3.tar.gz"
5
- sha256 "de1be65d34176e4776bfb4273e8227e2dee625e9e18886409443face142ca050"
+ url "https://github.com/irmen/prog8/archive/refs/tags/v11.3.1.tar.gz"
+ sha256 "422f4c0da3d81182ab92ce761729690322a632be087baa5a6c1e9ef8c9827ec6"
6
license "GPL-3.0-only"
7
8
bottle do
0 commit comments