Skip to content

Commit

Permalink
Bumped live555 to version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-savin committed Oct 4, 2019
1 parent d6763b7 commit 6ceb58b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.1.3
- Bump Live555 ProxyServer to version 2019.05.29

## 0.1.2
- Changed startup option to services

Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ARG BUILD_FROM
#ARG BUILD_FROM=hassioaddons/base:5.0.1
FROM $BUILD_FROM

# Add env
Expand Down
8 changes: 4 additions & 4 deletions build.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build_from": {
"aarch64": "hassioaddons/base-aarch64:2.2.0",
"amd64": "hassioaddons/base-amd64:2.2.0",
"armhf": "hassioaddons/base-armhf:2.2.0",
"i386": "hassioaddons/base-i386:2.2.0"
"aarch64": "hassioaddons/base-aarch64:5.0.1",
"amd64": "hassioaddons/base-amd64:5.0.1",
"armhf": "hassioaddons/base-armhf:5.0.1",
"i386": "hassioaddons/base-i386:5.0.1"
},
"args": {}
}
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Live555 RTSP Proxy Server",
"version": "0.1.2",
"version": "0.1.3",
"slug": "live555",
"description": "An RTSP Proxy Server",
"arch": ["aarch64", "amd64", "armhf", "i386"],
Expand Down

0 comments on commit 6ceb58b

Please sign in to comment.