aboutsummaryrefslogtreecommitdiff
path: root/testing/emby
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-23 22:46:01 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-23 22:46:01 -0300
commit60b19ad4aa22edec1b5714325f983ce361967250 (patch)
treed3fbad25131952a3459ad98c611f84192f128ff3 /testing/emby
parenteb3fb5ed592fceb58bc3f92576b3db75f5b3f02e (diff)
downloadalpine_aports-60b19ad4aa22edec1b5714325f983ce361967250.tar.bz2
alpine_aports-60b19ad4aa22edec1b5714325f983ce361967250.tar.xz
alpine_aports-60b19ad4aa22edec1b5714325f983ce361967250.zip
testing/emby: fix url
Diffstat (limited to 'testing/emby')
-rw-r--r--testing/emby/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/emby/APKBUILD b/testing/emby/APKBUILD
index 235cf452d4..62d55d5bfa 100644
--- a/testing/emby/APKBUILD
+++ b/testing/emby/APKBUILD
@@ -2,9 +2,9 @@
2# Maintainer: Carlo Landmeter <clandmeter@gmail.com> 2# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
3pkgname=emby 3pkgname=emby
4pkgver=3.0.5911 4pkgver=3.0.5911
5pkgrel=2 5pkgrel=3
6pkgdesc="Bring together your videos, music, photos, and live television" 6pkgdesc="Bring together your videos, music, photos, and live television"
7url="http://emby.media" 7url="https://emby.media"
8arch="x86_64 x86" 8arch="x86_64 x86"
9license="GPL-2.0" 9license="GPL-2.0"
10depends="ffmpeg mono imagemagick sqlite" 10depends="ffmpeg mono imagemagick sqlite"