From d430b0917805d45b9f78d0bf88e64f1844f7da35 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 17 Dec 2022 22:50:54 +0400 Subject: [PATCH] Updated version of a program to 22.50.0. --- Makefile | 2 +- build/archlinux/PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b33ee46..a0830c6 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.44.0" -tags osusergo,netgo +LDFLAGS=-ldflags "-s -w -X main.version=22.50.0" -tags osusergo,netgo all: ${TARGET} diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index c488be7..83af890 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Alexander "Arav" Andreev pkgname=dwelling-files -pkgver=22.44.0 +pkgver=22.50.0 pkgrel=1 pkgdesc="Arav's dwelling / Files" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') @@ -15,7 +15,7 @@ replaces=() backup=() options=() install= -source=('https://git.arav.top/Arav/dwelling-files/archive/22.44.0.tar.gz') +source=('https://git.arav.top/Arav/dwelling-files/archive/22.50.0.tar.gz') noextract=() md5sums=('SKIP')