diff options
author | EWouters <6179932+EWouters@users.noreply.github.com> | 2021-11-03 19:12:59 +0100 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2021-11-06 00:42:02 -0700 |
commit | 2b5c3777813621552122a044d58c695ea6ba663b (patch) | |
tree | 24ce85bc0c2221ae712f7a48f1a3c72b74642292 /Ports/cmatrix | |
parent | 7391104e5db4835c76a71aa9ecc952c80d6db89e (diff) | |
download | serenity-2b5c3777813621552122a044d58c695ea6ba663b.zip |
Ports/cmatrix: Fix hash and update version
The download links to the master branch of a repository, hence the
hash doesn't match anymore. Now setup to download a new version
with a known hash.
Diffstat (limited to 'Ports/cmatrix')
-rwxr-xr-x | Ports/cmatrix/package.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Ports/cmatrix/package.sh b/Ports/cmatrix/package.sh index 0e2a91d780..622cae6804 100755 --- a/Ports/cmatrix/package.sh +++ b/Ports/cmatrix/package.sh @@ -1,11 +1,10 @@ #!/usr/bin/env -S bash ../.port_include.sh port=cmatrix useconfigure=true -version=git +version=3112b127babe72d2222059edd2d7eb7fb8bddfb1 depends=("ncurses") -workdir=cmatrix-master configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt") -files="https://github.com/abishekvashok/cmatrix/archive/refs/heads/master.zip cmatrix.zip c32ca7562e58fb1fd7a96ebdfbe51c5de060709d39b67fce3c0bc42547e0ccb2" +files="https://github.com/abishekvashok/cmatrix/archive/${version}.tar.gz ${port}-${version}.tar.gz a1d313d49a39cb5ae3a1c675872712f9f871114a161c38cbe94ce78967825f87" auth_type=sha256 launcher_name=cmatrix launcher_category=Games |