Forgot to revert src back. Set version to 23.33.1.
This commit is contained in:
parent
681d1afc68
commit
8ab04a7906
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ SYSDDIR:=${SYSDDIR_:/%=%}
|
||||
DESTDIR:=
|
||||
PREFIX:=/usr/local
|
||||
|
||||
VERSION=23.33.0
|
||||
VERSION=23.33.1
|
||||
|
||||
FLAGS:=-modcacherw -mod=readonly -trimpath
|
||||
LDFLAGS:= -ldflags "-s -w -X main.version=${VERSION}" -tags osusergo,netgo
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Maintainer: Alexander "Arav" Andreev <me@arav.su>
|
||||
pkgname=dwelling-radio
|
||||
pkgver=23.33.0
|
||||
pkgver=23.33.1
|
||||
pkgrel=1
|
||||
pkgdesc="Arav's dwelling / Radio"
|
||||
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||
|
@ -42,7 +42,7 @@ html(lang='en')
|
||||
small#cur-time
|
||||
div #[button#vol-down 🔈] #[input#volume(type="range", name="volume" min="0" max="100")] #[button#vol-up 🔊]
|
||||
audio(preload='none' controls='' playsinline='')
|
||||
source(src='http://radio.arav.home.arpa/stream.ogg' type='audio/ogg')
|
||||
source(src='/live/stream.ogg' type='audio/ogg')
|
||||
| Your browser doesn't support an audio element, it's sad... But you always can take the #[a(href='/playlist') playlist]!
|
||||
div
|
||||
if status.ServerStartDate != ""
|
||||
|
Loading…
Reference in New Issue
Block a user