Update to 1.4.10.

This commit is contained in:
Vanilla I. Shu 2016-07-18 02:10:34 +00:00
parent 93969437ee
commit 0908a72cfa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418682
3 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= coverex
PORTVERSION= 1.4.9
PORTVERSION= 1.4.10
DISTVERSIONPREFIX= v
CATEGORIES= devel
PKGNAMEPREFIX= elixir-

View file

@ -1,2 +1,3 @@
SHA256 (alfert-coverex-v1.4.9_GH0.tar.gz) = f116d8adeebc9d4752171eb00f43ada1bcd8461bc30d89fb88329af6de91d716
SIZE (alfert-coverex-v1.4.9_GH0.tar.gz) = 54968
TIMESTAMP = 1468806900
SHA256 (alfert-coverex-v1.4.10_GH0.tar.gz) = e25e65a7df1de3e86b5fbb7b6bddc99d5460622c88cd2ad4e843bd6a16436c4a
SIZE (alfert-coverex-v1.4.10_GH0.tar.gz) = 55976

View file

@ -1,11 +1,11 @@
--- mix.exs.orig 2015-11-18 09:50:28 UTC
--- mix.exs.orig 2016-07-16 12:12:32 UTC
+++ mix.exs
@@ -13,8 +13,7 @@ defmodule Coverex.Mixfile do
homepage_url: "https://github.com/alfert/coverex",
docs: [readme: "README.md"],
description: description,
description: description(),
- test_coverage: [tool: Coverex.Task, coveralls: true, ignore_modules: []],
- deps: deps]
- deps: deps()]
+ test_coverage: [tool: Coverex.Task, coveralls: true, ignore_modules: []]]
end