1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Update to 0.5.5.

This commit is contained in:
Vanilla I. Shu 2016-06-22 07:45:44 +00:00
parent e651e428aa
commit 842c71b871
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417294
3 changed files with 10 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= excoveralls
PORTVERSION= 0.5.4
PORTVERSION= 0.5.5
DISTVERSIONPREFIX= v
CATEGORIES= devel
PKGNAMEPREFIX= elixir-

View File

@ -1,2 +1,3 @@
SHA256 (parroty-excoveralls-v0.5.4_GH0.tar.gz) = b11b581b486051d24d54233a1da10f9be509e069eb746fcad3407f27bb6aed90
SIZE (parroty-excoveralls-v0.5.4_GH0.tar.gz) = 192463
TIMESTAMP = 1466579830
SHA256 (parroty-excoveralls-v0.5.5_GH0.tar.gz) = de44a32d2c113762f95932a6beb9e95901926cbb7d7965a82f8d565f693ddd05
SIZE (parroty-excoveralls-v0.5.5_GH0.tar.gz) = 192480

View File

@ -1,10 +1,10 @@
--- mix.exs.orig 2015-07-29 09:42:45 UTC
--- mix.exs.orig 2016-06-22 07:43:11 UTC
+++ mix.exs
@@ -5,7 +5,6 @@ defmodule ExCoveralls.Mixfile do
[ app: :excoveralls,
version: "0.3.11",
version: "0.5.5",
elixir: "~> 1.0",
- deps: deps,
description: description,
package: package,
test_coverage: [tool: ExCoveralls]
- deps: deps(),
description: description(),
package: package(),
test_coverage: [tool: ExCoveralls],