Update to 0.9.0.

This commit is contained in:
Vanilla I. Shu 2017-02-03 16:23:29 +00:00
parent 7bad94ada7
commit 0c04c7d496
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433252
3 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= oauth2
PORTVERSION= 0.8.3
PORTVERSION= 0.9.0
DISTVERSIONPREFIX= v
CATEGORIES= net
PKGNAMEPREFIX= elixir-

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1485563321
SHA256 (scrogson-oauth2-v0.8.3_GH0.tar.gz) = 270e6ffcd9731ad57be5ef6c71d14407769462c2835f04cff3f4506de8375e41
SIZE (scrogson-oauth2-v0.8.3_GH0.tar.gz) = 19582
TIMESTAMP = 1486138595
SHA256 (scrogson-oauth2-v0.9.0_GH0.tar.gz) = 71170b9eb2691f9af742804831871a4c34c7faf08c6964f86a023c56f9762d23
SIZE (scrogson-oauth2-v0.9.0_GH0.tar.gz) = 20823

View file

@ -1,9 +1,9 @@
--- mix.exs.orig 2016-08-17 04:04:54 UTC
--- mix.exs.orig 2017-02-03 00:24:43 UTC
+++ mix.exs
@@ -8,7 +8,6 @@ defmodule OAuth2.Mixfile do
name: "OAuth2",
version: @version,
elixir: "~> 1.2 or ~> 1.3",
elixir: "~> 1.2",
- deps: deps(),
package: package(),
description: description(),