1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 1.4.1.

This commit is contained in:
Vanilla I. Shu 2017-01-23 02:26:47 +00:00
parent 88fd7a5c60
commit 88e22408df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432186
3 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= joken
PORTVERSION= 1.3.2
PORTVERSION= 1.4.1
DISTVERSIONPREFIX= v
CATEGORIES= www
PKGNAMEPREFIX= elixir-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1478873859
SHA256 (bryanjos-joken-v1.3.2_GH0.tar.gz) = 664be7f9d3366d05177ee8bee252caf0ae85c8c50628d62e723dc6486cc3b7f9
SIZE (bryanjos-joken-v1.3.2_GH0.tar.gz) = 36139
TIMESTAMP = 1485137747
SHA256 (bryanjos-joken-v1.4.1_GH0.tar.gz) = a3e6a2d9c5ef56fa766925b313bec83ae2ddfff1704edd7e6d13eb9ba5f57668
SIZE (bryanjos-joken-v1.4.1_GH0.tar.gz) = 36549

View File

@ -1,10 +1,10 @@
--- mix.exs.orig 2016-03-28 15:07:12 UTC
--- mix.exs.orig 2017-01-20 23:39:44 UTC
+++ mix.exs
@@ -9,7 +9,6 @@ defmodule Joken.Mixfile do
elixir: "~> 1.0",
description: description,
package: package,
- deps: deps,
elixir: "~> 1.2.3 or ~> 1.3",
description: description(),
package: package(),
- deps: deps(),
consolidate_protocols: Mix.env != :test,
test_coverage: [tool: ExCoveralls],
name: "Joken",