vgmstream: update/secure url
Closes #10898. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
8970ffa76d
commit
94dbe1e4f2
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
class Vgmstream < Formula
|
class Vgmstream < Formula
|
||||||
desc "Library for playing streamed audio formats from video games"
|
desc "Library for playing streamed audio formats from video games"
|
||||||
homepage "https://hcs64.com/vgmstream.html"
|
homepage "https://hcs64.com/vgmstream.html"
|
||||||
url "http://svn.code.sf.net/p/vgmstream/code", :revision => 1040
|
url "https://gitlab.kode54.net/kode54/vgmstream/repository/archive.zip?ref=r1040"
|
||||||
version "r1040"
|
version "r1040"
|
||||||
|
sha256 "1f1ffb295138d02f01503b5eddd5c836811b7b02dca8a8cecc6a04b02ce9584a"
|
||||||
head "https://gitlab.kode54.net/kode54/vgmstream.git"
|
head "https://gitlab.kode54.net/kode54/vgmstream.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue