mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Update devel/elixir-decimal to version 1.4.1.
This commit is contained in:
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
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= decimal
|
PORTNAME= decimal
|
||||||
PORTVERSION= 1.4.0
|
PORTVERSION= 1.4.1
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
PKGNAMEPREFIX= elixir-
|
PKGNAMEPREFIX= elixir-
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1498656098
|
TIMESTAMP = 1508659529
|
||||||
SHA256 (ericmj-decimal-v1.4.0_GH0.tar.gz) = 7cfc18e4e991064252f2ba2cc0edcd3bc8bd1bd742215e827967bd0a273fe8fa
|
SHA256 (ericmj-decimal-v1.4.1_GH0.tar.gz) = adc06e7ce09c0f2118ac4098d681da959542da576ed83feef7fa8ccb50809909
|
||||||
SIZE (ericmj-decimal-v1.4.0_GH0.tar.gz) = 16408
|
SIZE (ericmj-decimal-v1.4.1_GH0.tar.gz) = 16873
|
||||||
|
|
|
@ -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
|
+++ mix.exs
|
||||||
@@ -7,7 +7,6 @@ defmodule Decimal.Mixfile do
|
@@ -8,7 +8,6 @@ defmodule Decimal.Mixfile do
|
||||||
[app: :decimal,
|
app: :decimal,
|
||||||
version: @version,
|
version: @version,
|
||||||
elixir: "~> 1.0",
|
elixir: "~> 1.0",
|
||||||
- deps: deps(),
|
- deps: deps(),
|
||||||
name: "Decimal",
|
name: "Decimal",
|
||||||
source_url: "https://github.com/ericmj/decimal",
|
source_url: "https://github.com/ericmj/decimal",
|
||||||
docs: [source_ref: "v#{@version}", main: "readme", extras: ["README.md"]],
|
docs: [source_ref: "v#{@version}", main: "readme", extras: ["README.md"]],
|
||||||
|
|
Loading…
Add table
Reference in a new issue