Upgrade www/elixir-webassembly to version 0.6.1.

This commit is contained in:
Jimmy Olgeni 2016-01-22 22:28:08 +00:00
parent 25e2ac575b
commit 8033553730
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406948
3 changed files with 7 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= webassembly
PORTVERSION= 0.6.0
PORTVERSION= 0.6.1
DISTVERSIONPREFIX= v
CATEGORIES= www
PKGNAMEPREFIX= elixir-

View File

@ -1,2 +1,2 @@
SHA256 (herenowcoder-webassembly-v0.6.0_GH0.tar.gz) = 0aa05d8b34901358a7c62e322f25a9b1f99adcca1354bbefd64ef42fa3148f78
SIZE (herenowcoder-webassembly-v0.6.0_GH0.tar.gz) = 12067
SHA256 (herenowcoder-webassembly-v0.6.1_GH0.tar.gz) = a585407544e165e5d5d6c97407a84c77e276c524c5d0b4e0e2c44939f1fe3c28
SIZE (herenowcoder-webassembly-v0.6.1_GH0.tar.gz) = 11704

View File

@ -1,10 +1,9 @@
--- mix.exs.orig 2015-10-14 03:03:56 UTC
--- mix.exs.orig 2016-01-22 18:42:10 UTC
+++ mix.exs
@@ -5,8 +5,6 @@ defmodule WebAssembly.Mixfile do
[app: :webassembly,
@@ -6,7 +6,6 @@ defmodule WebAssembly.Mixfile do
docs: [main: WebAssembly],
version: "0.6.0",
- elixir: "~> 1.0",
version: "0.6.1",
elixir: "~> 1.0",
- deps: deps,
description: description,
package: package,