mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Update to 0.9.0.
This commit is contained in:
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
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= oauth2
|
||||
PORTVERSION= 0.8.3
|
||||
PORTVERSION= 0.9.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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(),
|
||||
|
|
Loading…
Add table
Reference in a new issue