mirror of https://github.com/captn3m0/muse-dl
parent
1e57857a4e
commit
5fd0056d77
|
@ -45,8 +45,8 @@ The following images are available:
|
|||
|
||||
- `edge`: Run `muse-dl` against latest master.
|
||||
- `edge-static`: Get the pre-built static-binary against latest master.
|
||||
- `v1.0.2`: Run `muse-dl` against the specific release.
|
||||
- `v1.0.2-static`: Get the pre-built static binary against the specific release.
|
||||
- `v1.3.1`: Run `muse-dl` against the specific release.
|
||||
- `v1.3.1-static`: Get the pre-built static binary against the specific release.
|
||||
|
||||
## Requirements
|
||||
|
||||
|
|
12
shard.lock
12
shard.lock
|
@ -2,17 +2,21 @@ version: 2.0
|
|||
shards:
|
||||
crest:
|
||||
git: https://github.com/mamantoha/crest.git
|
||||
version: 0.25.1
|
||||
version: 0.27.0
|
||||
|
||||
http-client-digest_auth:
|
||||
git: https://github.com/mamantoha/http-client-digest_auth.git
|
||||
version: 0.4.0
|
||||
version: 0.6.0
|
||||
|
||||
http_proxy:
|
||||
git: https://github.com/mamantoha/http_proxy.git
|
||||
version: 0.8.0
|
||||
|
||||
myhtml:
|
||||
git: https://github.com/kostya/myhtml.git
|
||||
version: 1.5.1
|
||||
version: 1.5.4
|
||||
|
||||
webmock:
|
||||
git: https://github.com/manastech/webmock.cr.git
|
||||
version: 0.13.0+git.commit.bb3eab30f6c7d1fdc0a7ff14cd136d68e860d1a7
|
||||
version: 0.14.0+git.commit.42b347cdd64e13193e46167a03593944ae2b3d20
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: muse-dl
|
||||
version: 1.3.0
|
||||
version: 1.3.1
|
||||
|
||||
authors:
|
||||
- Nemo <muse.dl@captnemo.in>
|
||||
|
|
|
@ -7,7 +7,7 @@ require "./util.cr"
|
|||
require "file_utils"
|
||||
|
||||
module Muse::Dl
|
||||
VERSION = "1.3.0"
|
||||
VERSION = "1.3.1"
|
||||
|
||||
class Main
|
||||
def self.dl(parser : Parser)
|
||||
|
|
Loading…
Reference in New Issue