Skip to content

Commit

Permalink
update to release deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Dec 13, 2016
1 parent f3ad2c8 commit a187118
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 46 deletions.
6 changes: 2 additions & 4 deletions nerves_toolchain_aarch64_unknown_linux_gnueabi/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ defmodule NervesToolchainAarch64UnknownLinuxGnueabi.Mixfile do
#
# Type "mix help deps" for more examples and options
defp deps do
[{:nerves, github: "nerves-project/nerves"},
{:nerves_toolchain_ctng,
github: "nerves-project/toolchains",
sparse: "nerves_toolchain_ctng"}]
[{:nerves, "~> 0.4.0"},
{:nerves_toolchain_ctng, "~> 0.8.0"}]
end

defp description do
Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_aarch64_unknown_linux_gnueabi/mix.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
%{"distillery": {:hex, :distillery, "1.0.0", "a866a72bf2a3a5f078f5a249017ed951acda88a760d200512f91f585d74db1ec", [:mix], []},
"nerves": {:git, "https://github.com/nerves-project/nerves.git", "6081002f5cfc04176ef702af276922636b61e751", []},
"nerves_toolchain_ctng": {:git, "https://github.com/nerves-project/toolchains.git", "473e1e5890bbf627e0df4c217225eecb34ca0eb7", [sparse: "nerves_toolchain_ctng"]}}
"nerves": {:hex, :nerves, "0.4.0", "ea9f281f84573d3a3b060dbc1135bdcf6304cb87a23b7509187b949bfe1d9a52", [:mix], [{:distillery, "~> 1.0.0", [hex: :distillery, optional: false]}]},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "0.8.0", "6dff7ed51e1711c5f4da3d559bc528a8265e3dd950dda95f4d6832aed9dbe320", [:mix], []}}
6 changes: 2 additions & 4 deletions nerves_toolchain_arm_unknown_linux_gnueabi/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ defmodule NervesToolchainArmUnknownLinuxGnueabi.Mixfile do
#
# Type "mix help deps" for more examples and options
defp deps do
[{:nerves, github: "nerves-project/nerves"},
{:nerves_toolchain_ctng,
github: "nerves-project/toolchains",
sparse: "nerves_toolchain_ctng"}]
[{:nerves, "~> 0.4.0"},
{:nerves_toolchain_ctng, "~> 0.8.0"}]
end

defp description do
Expand Down
6 changes: 2 additions & 4 deletions nerves_toolchain_arm_unknown_linux_gnueabihf/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ defmodule NervesToolchainArmUnknownLinuxGnueabihf.Mixfile do
#
# Type "mix help deps" for more examples and options
defp deps do
[{:nerves, github: "nerves-project/nerves"},
{:nerves_toolchain_ctng,
github: "nerves-project/toolchains",
sparse: "nerves_toolchain_ctng"}]
[{:nerves, "~> 0.4.0"},
{:nerves_toolchain_ctng, "~> 0.8.0"}]
end

defp description do
Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_arm_unknown_linux_gnueabihf/mix.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
%{"distillery": {:hex, :distillery, "1.0.0", "a866a72bf2a3a5f078f5a249017ed951acda88a760d200512f91f585d74db1ec", [:mix], []},
"nerves": {:git, "https://github.com/nerves-project/nerves.git", "ab5b1091a082cd5d6aa79db229eff45d1b5e8665", []},
"nerves_toolchain_ctng": {:git, "https://github.com/nerves-project/toolchains.git", "473e1e5890bbf627e0df4c217225eecb34ca0eb7", [sparse: "nerves_toolchain_ctng"]}}
"nerves": {:hex, :nerves, "0.4.0", "ea9f281f84573d3a3b060dbc1135bdcf6304cb87a23b7509187b949bfe1d9a52", [:mix], [{:distillery, "~> 1.0.0", [hex: :distillery, optional: false]}]},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "0.8.0", "6dff7ed51e1711c5f4da3d559bc528a8265e3dd950dda95f4d6832aed9dbe320", [:mix], []}}
6 changes: 2 additions & 4 deletions nerves_toolchain_armv5tejl_unknown_linux_musleabi/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ defmodule NervesToolchainArmv5tejlUnknownLinuxMusleabi.Mixfile do
#
# Type "mix help deps" for more examples and options
defp deps do
[{:nerves, github: "nerves-project/nerves"},
{:nerves_toolchain_ctng,
github: "nerves-project/toolchains",
sparse: "nerves_toolchain_ctng"}]
[{:nerves, "~> 0.4.0"},
{:nerves_toolchain_ctng, "~> 0.8.0"}]
end

defp description do
Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_armv5tejl_unknown_linux_musleabi/mix.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
%{"distillery": {:hex, :distillery, "1.0.0", "a866a72bf2a3a5f078f5a249017ed951acda88a760d200512f91f585d74db1ec", [:mix], []},
"nerves": {:git, "https://github.com/nerves-project/nerves.git", "ab5b1091a082cd5d6aa79db229eff45d1b5e8665", []},
"nerves_toolchain_ctng": {:git, "https://github.com/nerves-project/toolchains.git", "473e1e5890bbf627e0df4c217225eecb34ca0eb7", [sparse: "nerves_toolchain_ctng"]}}
"nerves": {:hex, :nerves, "0.4.0", "ea9f281f84573d3a3b060dbc1135bdcf6304cb87a23b7509187b949bfe1d9a52", [:mix], [{:distillery, "~> 1.0.0", [hex: :distillery, optional: false]}]},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "0.8.0", "6dff7ed51e1711c5f4da3d559bc528a8265e3dd950dda95f4d6832aed9dbe320", [:mix], []}}
6 changes: 2 additions & 4 deletions nerves_toolchain_armv6_rpi_linux_gnueabi/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ defmodule NervesToolchainArmv6RpiLinuxGnueabi.Mixfile do
#
# Type "mix help deps" for more examples and options
defp deps do
[{:nerves, github: "nerves-project/nerves"},
{:nerves_toolchain_ctng,
github: "nerves-project/toolchains",
sparse: "nerves_toolchain_ctng"}]
[{:nerves, "~> 0.4.0"},
{:nerves_toolchain_ctng, "~> 0.8.0"}]
end

defp description do
Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_armv6_rpi_linux_gnueabi/mix.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
%{"distillery": {:hex, :distillery, "1.0.0", "a866a72bf2a3a5f078f5a249017ed951acda88a760d200512f91f585d74db1ec", [:mix], []},
"nerves": {:git, "https://github.com/nerves-project/nerves.git", "ab5b1091a082cd5d6aa79db229eff45d1b5e8665", []},
"nerves_toolchain_ctng": {:git, "https://github.com/nerves-project/toolchains.git", "473e1e5890bbf627e0df4c217225eecb34ca0eb7", [sparse: "nerves_toolchain_ctng"]}}
"nerves": {:hex, :nerves, "0.4.0", "ea9f281f84573d3a3b060dbc1135bdcf6304cb87a23b7509187b949bfe1d9a52", [:mix], [{:distillery, "~> 1.0.0", [hex: :distillery, optional: false]}]},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "0.8.0", "6dff7ed51e1711c5f4da3d559bc528a8265e3dd950dda95f4d6832aed9dbe320", [:mix], []}}
6 changes: 2 additions & 4 deletions nerves_toolchain_i586_unknown_linux_gnu/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ defmodule NervesToolchainI586UnknownLinuxGnu.Mixfile do
#
# Type "mix help deps" for more examples and options
defp deps do
[{:nerves, github: "nerves-project/nerves"},
{:nerves_toolchain_ctng,
github: "nerves-project/toolchains",
sparse: "nerves_toolchain_ctng"}]
[{:nerves, "~> 0.4.0"},
{:nerves_toolchain_ctng, "~> 0.8.0"}]
end

defp description do
Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_i586_unknown_linux_gnu/mix.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
%{"distillery": {:hex, :distillery, "1.0.0", "a866a72bf2a3a5f078f5a249017ed951acda88a760d200512f91f585d74db1ec", [:mix], []},
"nerves": {:git, "https://github.com/nerves-project/nerves.git", "ab5b1091a082cd5d6aa79db229eff45d1b5e8665", []},
"nerves_toolchain_ctng": {:git, "https://github.com/nerves-project/toolchains.git", "473e1e5890bbf627e0df4c217225eecb34ca0eb7", [sparse: "nerves_toolchain_ctng"]}}
"nerves": {:hex, :nerves, "0.4.0", "ea9f281f84573d3a3b060dbc1135bdcf6304cb87a23b7509187b949bfe1d9a52", [:mix], [{:distillery, "~> 1.0.0", [hex: :distillery, optional: false]}]},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "0.8.0", "6dff7ed51e1711c5f4da3d559bc528a8265e3dd950dda95f4d6832aed9dbe320", [:mix], []}}
6 changes: 2 additions & 4 deletions nerves_toolchain_mipsel_unknown_linux_musl/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ defmodule NervesToolchainMipselUnknownLinuxMusl.Mixfile do
#
# Type "mix help deps" for more examples and options
defp deps do
[{:nerves, github: "nerves-project/nerves"},
{:nerves_toolchain_ctng,
github: "nerves-project/toolchains",
sparse: "nerves_toolchain_ctng"}]
[{:nerves, "~> 0.4.0"},
{:nerves_toolchain_ctng, "~> 0.8.0"}]
end

defp description do
Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_mipsel_unknown_linux_musl/mix.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
%{"distillery": {:hex, :distillery, "1.0.0", "a866a72bf2a3a5f078f5a249017ed951acda88a760d200512f91f585d74db1ec", [:mix], []},
"nerves": {:git, "https://github.com/nerves-project/nerves.git", "ab5b1091a082cd5d6aa79db229eff45d1b5e8665", []},
"nerves_toolchain_ctng": {:git, "https://github.com/nerves-project/toolchains.git", "473e1e5890bbf627e0df4c217225eecb34ca0eb7", [sparse: "nerves_toolchain_ctng"]}}
"nerves": {:hex, :nerves, "0.4.0", "ea9f281f84573d3a3b060dbc1135bdcf6304cb87a23b7509187b949bfe1d9a52", [:mix], [{:distillery, "~> 1.0.0", [hex: :distillery, optional: false]}]},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "0.8.0", "6dff7ed51e1711c5f4da3d559bc528a8265e3dd950dda95f4d6832aed9dbe320", [:mix], []}}
6 changes: 2 additions & 4 deletions nerves_toolchain_x86_64_unknown_linux_musl/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ defmodule NervesToolchainX8664UnknownLinuxMusl.Mixfile do
#
# Type "mix help deps" for more examples and options
defp deps do
[{:nerves, github: "nerves-project/nerves"},
{:nerves_toolchain_ctng,
github: "nerves-project/toolchains",
sparse: "nerves_toolchain_ctng"}]
[{:nerves, "~> 0.4.0"},
{:nerves_toolchain_ctng, "~> 0.8.0"}]
end

defp description do
Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_x86_64_unknown_linux_musl/mix.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
%{"distillery": {:hex, :distillery, "1.0.0", "a866a72bf2a3a5f078f5a249017ed951acda88a760d200512f91f585d74db1ec", [:mix], []},
"nerves": {:git, "https://github.com/nerves-project/nerves.git", "ab5b1091a082cd5d6aa79db229eff45d1b5e8665", []},
"nerves_toolchain_ctng": {:git, "https://github.com/nerves-project/toolchains.git", "473e1e5890bbf627e0df4c217225eecb34ca0eb7", [sparse: "nerves_toolchain_ctng"]}}
"nerves": {:hex, :nerves, "0.4.0", "ea9f281f84573d3a3b060dbc1135bdcf6304cb87a23b7509187b949bfe1d9a52", [:mix], [{:distillery, "~> 1.0.0", [hex: :distillery, optional: false]}]},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "0.8.0", "6dff7ed51e1711c5f4da3d559bc528a8265e3dd950dda95f4d6832aed9dbe320", [:mix], []}}

0 comments on commit a187118

Please sign in to comment.