From 8db8086c58ad8f613a7288fa1ff98edeac6bc162 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 7 Feb 2023 02:17:36 +0400 Subject: [PATCH] Updated version number to 23.6.0. --- Makefile | 2 +- build/archlinux/PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1b437b2..423876b 100755 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir} SYSDDIR=${SYSDDIR_:/%=%} DESTDIR=/ -LDFLAGS=-ldflags "-s -w -X main.version=22.38.0" -tags osusergo,netgo +LDFLAGS=-ldflags "-s -w -X main.version=23.6.0" -tags osusergo,netgo all: ${TARGET} diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index c984886..2405c14 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Alexander "Arav" Andreev pkgname=dwelling-radio -pkgver=22.38.0 +pkgver=23.6.0 pkgrel=1 pkgdesc="Arav's dwelling / Radio" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') @@ -15,7 +15,7 @@ replaces=() backup=('etc/dwelling/radio.yaml' 'etc/dwelling/radio.vars.liq') options=() install= -source=('https://git.arav.top/Arav/dwelling-radio/archive/22.38.0.tar.gz') +source=('https://git.arav.top/Arav/dwelling-radio/archive/23.6.0.tar.gz') noextract=() md5sums=('SKIP')