From 7ca4e68551c7a135b850537051f4aa787e0be239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Tue, 7 May 2024 16:42:10 +0300 Subject: [PATCH] gitflic.ru/project/xpamych/alr --- .goreleaser.yaml | 6 +++--- Makefile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 709a9bb..bcd4069 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -7,7 +7,7 @@ builds: - CGO_ENABLED=0 binary: alr ldflags: - - -X plemya-x.ru/alr/internal/config.Version={{.Version}} + - -X gitflic.ru/project/xpamych/alr/internal/config.Version={{.Version}} goos: - linux goarch: @@ -68,9 +68,9 @@ aurs: private_key: '{{ .Env.AUR_KEY }}' git_url: 'ssh://aur@aur.archlinux.org/linux-user-repository-bin.git' provides: - - linux-user-repository + - alr conflicts: - - linux-user-repository + - alr depends: - sudo - pacman diff --git a/Makefile b/Makefile index 2d201d2..22ffba6 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PREFIX ?= /usr/local GIT_VERSION = $(shell git describe --tags ) alr: - CGO_ENABLED=0 go build -ldflags="-X 'plemya-x.ru/alr/internal/config.Version=$(GIT_VERSION)'" + CGO_ENABLED=0 go build -ldflags="-X 'gitflic.ru/project/xpamych/alr/internal/config.Version=$(GIT_VERSION)'" clean: rm -f alr