Update devel/elixir-decimal to version 1.4.1.

This commit is contained in:
Jimmy Olgeni 2017-10-22 08:08:27 +00:00
parent c7a6ba22f3
commit d8f23d2058
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452624
3 changed files with 13 additions and 13 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= decimal
PORTVERSION= 1.4.0
PORTVERSION= 1.4.1
DISTVERSIONPREFIX= v
CATEGORIES= devel
PKGNAMEPREFIX= elixir-

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1498656098
SHA256 (ericmj-decimal-v1.4.0_GH0.tar.gz) = 7cfc18e4e991064252f2ba2cc0edcd3bc8bd1bd742215e827967bd0a273fe8fa
SIZE (ericmj-decimal-v1.4.0_GH0.tar.gz) = 16408
TIMESTAMP = 1508659529
SHA256 (ericmj-decimal-v1.4.1_GH0.tar.gz) = adc06e7ce09c0f2118ac4098d681da959542da576ed83feef7fa8ccb50809909
SIZE (ericmj-decimal-v1.4.1_GH0.tar.gz) = 16873

View file

@ -1,10 +1,10 @@
--- mix.exs.orig 2016-10-03 08:27:45 UTC
--- mix.exs.orig 2017-10-22 08:06:47 UTC
+++ mix.exs
@@ -7,7 +7,6 @@ defmodule Decimal.Mixfile do
[app: :decimal,
version: @version,
elixir: "~> 1.0",
- deps: deps(),
name: "Decimal",
source_url: "https://github.com/ericmj/decimal",
docs: [source_ref: "v#{@version}", main: "readme", extras: ["README.md"]],
@@ -8,7 +8,6 @@ defmodule Decimal.Mixfile do
app: :decimal,
version: @version,
elixir: "~> 1.0",
- deps: deps(),
name: "Decimal",
source_url: "https://github.com/ericmj/decimal",
docs: [source_ref: "v#{@version}", main: "readme", extras: ["README.md"]],