From 75981227800f87d347165bd8db35f47812551364 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Sat, 7 Oct 2023 12:12:00 -0700 Subject: [PATCH] Update lure-web domain to lure.sh --- .goreleaser.yaml | 4 ++-- README.md | 8 ++++---- docs/packages/build-scripts.md | 2 +- internal/db/db_test.go | 4 ++-- internal/shutils/exec_test.go | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 2e2d28c..c86d751 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -32,7 +32,7 @@ nfpms: 386: i386 amd64: x86_64 arm64: aarch64 - homepage: 'https://lure.elara.ws' + homepage: 'https://lure.sh' maintainer: 'Elara Musayelyan ' license: GPLv3 formats: @@ -53,7 +53,7 @@ nfpms: dst: /usr/share/zsh/site-functions/_lure aurs: - name: linux-user-repository-bin - homepage: 'https://lure.elara.ws' + homepage: 'https://lure.sh' description: "Linux User REpository" maintainers: - 'Elara Musayelyan ' diff --git a/README.md b/README.md index f10c21a..96a388b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # LURE (Linux User REpository) [![Go Report Card](https://goreportcard.com/badge/go.elara.ws/lure)](https://goreportcard.com/report/go.elara.ws/lure) -[![status-badge](https://ci.elara.ws/api/badges/Elara6331/lure/status.svg)](https://ci.elara.ws/Elara6331/lure) +[![status-badge](https://ci.elara.ws/api/badges/lure/lure/status.svg)](https://ci.elara.ws/lure/lure) [![linux-user-repository-bin AUR package](https://img.shields.io/aur/version/linux-user-repository-bin?label=linux-user-repository-bin&logo=archlinux)](https://aur.archlinux.org/packages/linux-user-repository-bin/) LURE is a distro-agnostic build system for Linux, similar to the [AUR](https://wiki.archlinux.org/title/Arch_User_Repository). It is currently in **beta**. Most major bugs have been fixed, and most major features have been added. LURE is ready for general use, but may still break or change occasionally. @@ -19,14 +19,14 @@ LURE is written in pure Go and has zero dependencies after building. The only th The LURE install script will automatically download and install the appropriate LURE package on your system. To use it, simply run the following command: ```bash -curl -fsSL lure.elara.ws/install | bash +curl -fsSL lure.sh/install | bash ``` **IMPORTANT**: This method is not recommended as it executes any code that is stored at that URL. In order to make sure nothing malicious is going to occur, download the script and inspect it before running. ### Packages -Distro packages and binary archives are provided at the latest Gitea release: https://gitea.elara.ws/Elara6331/lure/releases/latest +Distro packages and binary archives are provided at the latest Gitea release: https://gitea.elara.ws/lure/lure/releases/latest LURE is also available on the AUR as [linux-user-repository-bin](https://aur.archlinux.org/packages/linux-user-repository-bin) @@ -54,7 +54,7 @@ The documentation for LURE is in the [docs](docs) directory in this repo. ## Web Interface -LURE has an open source web interface, licensed under the AGPLv3 (https://gitea.elara.ws/Elara6331/lure-web), and it's available at https://lure.elara.ws/. +LURE has an open source web interface, licensed under the AGPLv3 (https://gitea.elara.ws/lure/lure-web), and it's available at https://lure.sh/. --- diff --git a/docs/packages/build-scripts.md b/docs/packages/build-scripts.md index a5f2f68..d1f4500 100644 --- a/docs/packages/build-scripts.md +++ b/docs/packages/build-scripts.md @@ -206,7 +206,7 @@ git+https://gitea.elara.ws/Elara6331/itd?~rev=resource-loading&~depth=1 ``` ```text -git+https://gitea.elara.ws/Elara6331/lure?~rev=v0.0.1&~recursive=true +git+https://gitea.elara.ws/lure/lure?~rev=v0.0.1&~recursive=true ``` ### checksums diff --git a/internal/db/db_test.go b/internal/db/db_test.go index 1a93282..d77d85c 100644 --- a/internal/db/db_test.go +++ b/internal/db/db_test.go @@ -37,11 +37,11 @@ var testPkg = db.Package{ "ru": "Проверочный пакет", }), Homepage: db.NewJSON(map[string]string{ - "en": "https://lure.elara.ws/", + "en": "https://lure.sh/", }), Maintainer: db.NewJSON(map[string]string{ "en": "Elara Musayelyan ", - "ru": "Элара Мусаелян ", + "ru": "Элара Мусаелян ", }), Architectures: db.NewJSON([]string{"arm64", "amd64"}), Licenses: db.NewJSON([]string{"GPL-3.0-or-later"}), diff --git a/internal/shutils/exec_test.go b/internal/shutils/exec_test.go index 892edb5..d9c0ba1 100644 --- a/internal/shutils/exec_test.go +++ b/internal/shutils/exec_test.go @@ -36,7 +36,7 @@ const testScript = ` release=1 epoch=2 desc="Test package" - homepage='https://lure.elara.ws' + homepage='https://lure.sh' maintainer='Elara Musayelyan ' architectures=('arm64' 'amd64') license=('GPL-3.0-or-later')