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