🏡 index : github.com/captn3m0/muse-dl.git

author Nemo <commits@captnemo.in> 2021-06-04 13:56:51.0 +05:30:00
committer Nemo <commits@captnemo.in> 2021-06-04 13:56:51.0 +05:30:00
commit
5fd0056d77cd3257d80ba140884c4d9d74a205ff [patch]
tree
6f86fcba97b8fc0b7795a8f5beb8f805ec2966d1
parent
1e57857a4eaa6aa6759654f968e1c7ecd4f7dd35
download
5fd0056d77cd3257d80ba140884c4d9d74a205ff.tar.gz

Dependency and version bump



Diff

 README.md      |  4 ++--
 shard.lock     | 12 ++++++++++--
 shard.yml      |  2 +-
 src/muse-dl.cr |  2 +-
 4 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 12a6828..42ffd32 100644
--- a/README.md
+++ a/README.md
@@ -45,8 +45,8 @@

- `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

diff --git a/shard.lock b/shard.lock
index 80ce5b8..571310c 100644
--- a/shard.lock
+++ a/shard.lock
@@ -1,18 +1,22 @@
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

diff --git a/shard.yml b/shard.yml
index 65b2b91..ceaf344 100644
--- a/shard.yml
+++ a/shard.yml
@@ -1,5 +1,5 @@
name: muse-dl
version: 1.3.0
version: 1.3.1

authors:
  - Nemo <muse.dl@captnemo.in>
diff --git a/src/muse-dl.cr b/src/muse-dl.cr
index 8e8fd54..199bab7 100644
--- a/src/muse-dl.cr
+++ a/src/muse-dl.cr
@@ -7,7 +7,7 @@
require "file_utils"

module Muse::Dl
  VERSION = "1.3.0"
  VERSION = "1.3.1"

  class Main
    def self.dl(parser : Parser)