www/elixir-joken: update to 2.4.0.
This commit is contained in:
parent
c701ec34d8
commit
9f2cec8adb
3 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= joken
|
||||
PORTVERSION= 2.3.0
|
||||
PORTVERSION= 2.4.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1601352109
|
||||
SHA256 (bryanjos-joken-v2.3.0_GH0.tar.gz) = 896df04a73bfd5505264beb10412ed2d6ab6f742ab396546115f1a75c8d5edb3
|
||||
SIZE (bryanjos-joken-v2.3.0_GH0.tar.gz) = 53293
|
||||
TIMESTAMP = 1629111146
|
||||
SHA256 (bryanjos-joken-v2.4.0_GH0.tar.gz) = 36c44f86f28c3be1e8cbeb831fcf5c076ffa3f7985a3de60fdc826f86c16ef6a
|
||||
SIZE (bryanjos-joken-v2.4.0_GH0.tar.gz) = 55268
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
--- mix.exs.orig 2019-05-27 14:48:40 UTC
|
||||
--- mix.exs.orig 2021-08-16 02:01:52 UTC
|
||||
+++ mix.exs
|
||||
@@ -14,7 +14,6 @@ defmodule Joken.Mixfile do
|
||||
@@ -15,7 +15,6 @@ defmodule Joken.Mixfile do
|
||||
consolidate_protocols: Mix.env() != :test,
|
||||
description: description(),
|
||||
package: package(),
|
||||
- deps: deps(),
|
||||
source_ref: "v#{@version}",
|
||||
source_url: "https://github.com/joken-elixir/joken",
|
||||
docs: docs_config(),
|
||||
docs: docs(),
|
||||
dialyzer: [plt_add_deps: :apps_direct, plt_add_apps: [:jason]],
|
||||
test_coverage: [tool: ExCoveralls],
|
||||
|
|
Loading…
Reference in a new issue