mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 1.9.0.
This commit is contained in:
parent
76556e0ddd
commit
98fa7e9fa2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489302
4 changed files with 14 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jose
|
||||
PORTVERSION= 1.8.4
|
||||
PORTVERSION= 1.9.0
|
||||
CATEGORIES= security
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1495467297
|
||||
SHA256 (potatosalad-erlang-jose-1.8.4_GH0.tar.gz) = a21d514c8b079497f237359f718881d8d5b847cf07e696c2839d1e726e97009a
|
||||
SIZE (potatosalad-erlang-jose-1.8.4_GH0.tar.gz) = 230947
|
||||
TIMESTAMP = 1546657690
|
||||
SHA256 (potatosalad-erlang-jose-1.9.0_GH0.tar.gz) = d55a9d3a1697833fed555a21f1aeb2727af88193995cb6ffa945d4b6749d0e8d
|
||||
SIZE (potatosalad-erlang-jose-1.9.0_GH0.tar.gz) = 258407
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
--- mix.exs.orig 2017-02-02 15:47:04 UTC
|
||||
--- mix.exs.orig 2018-12-31 15:47:40 UTC
|
||||
+++ mix.exs
|
||||
@@ -8,7 +8,6 @@ defmodule JOSE.Mixfile do
|
||||
erlc_options: erlc_options(),
|
||||
build_embedded: Mix.env == :prod,
|
||||
start_permanent: Mix.env == :prod,
|
||||
- deps: deps(),
|
||||
name: "JOSE",
|
||||
source_url: "https://github.com/potatosalad/erlang-jose",
|
||||
docs: fn ->
|
||||
@@ -9,7 +9,6 @@ defmodule JOSE.Mixfile do
|
||||
erlc_options: erlc_options(),
|
||||
build_embedded: Mix.env() == :prod,
|
||||
start_permanent: Mix.env() == :prod,
|
||||
- deps: deps(),
|
||||
name: "JOSE",
|
||||
source_url: "https://github.com/potatosalad/erlang-jose",
|
||||
docs: fn ->
|
||||
|
|
|
@ -40,6 +40,7 @@ lib/elixir/lib/jose/ebin/jose_curve448.beam
|
|||
lib/elixir/lib/jose/ebin/jose_curve448_libdecaf.beam
|
||||
lib/elixir/lib/jose/ebin/jose_curve448_unsupported.beam
|
||||
lib/elixir/lib/jose/ebin/jose_json.beam
|
||||
lib/elixir/lib/jose/ebin/jose_json_jason.beam
|
||||
lib/elixir/lib/jose/ebin/jose_json_jiffy.beam
|
||||
lib/elixir/lib/jose/ebin/jose_json_jsone.beam
|
||||
lib/elixir/lib/jose/ebin/jose_json_jsx.beam
|
||||
|
|
Loading…
Add table
Reference in a new issue