diff --git a/.SRCINFO b/.SRCINFO index 066f05b..cc59d2c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = arti pkgdesc = An implementation of Tor in Rust - pkgver = 1.4.4 - pkgrel = 11 + pkgver = 1.4.5 + pkgrel = 21 url = https://gitlab.torproject.org/tpo/core/arti arch = x86_64 license = MIT @@ -14,8 +14,8 @@ pkgbase = arti depends = libssl.so options = !lto backup = etc/arti.d/arti.toml - source = arti-1.4.4.tar.gz::https://gitlab.torproject.org/tpo/core/arti/-/archive/arti-v1.4.4/arti-arti-v1.4.4.tar.gz - sha256sums = 00e7a15dfb9ff596b298ca2643b150306f82949220c360005b862876f9f534cf - b2sums = 76642382383163d92dd2d36be021e36c835083a71b9a4b38a104ad5f6368112f3054cf7f648735ba45a74a95c0ebb2ce05bb3f6497521c2a5d50dc1008d3449e + source = arti-1.4.5.tar.gz::https://gitlab.torproject.org/tpo/core/arti/-/archive/arti-v1.4.5/arti-arti-v1.4.5.tar.gz + sha256sums = 3c379b00435a8d6e2b1ef3a316db6a3a871e181bb074ad84e5399e3bac12f667 + b2sums = 153747fb22289dc1611cdcfb990921cdf1290b58267ec98e036714ca8367651741ed1543a54083280c43eb81256629d12c5f0de706c782e58242c7a30d8a0ace pkgname = arti diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b87c5e4 --- /dev/null +++ b/LICENSE @@ -0,0 +1,12 @@ +Copyright Arch Linux Contributors + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE +FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY +DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN +AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/LICENSES/0BSD.txt b/LICENSES/0BSD.txt new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/LICENSES/0BSD.txt @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/PKGBUILD b/PKGBUILD index 32a6710..14c7794 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: kpcyrd pkgname=arti -pkgver=1.4.4 -pkgrel=11 +pkgver=1.4.5 +pkgrel=21 pkgdesc="An implementation of Tor in Rust" arch=('x86_64') url="https://gitlab.torproject.org/tpo/core/arti" @@ -19,8 +19,8 @@ makedepends=('cargo') backup=('etc/arti.d/arti.toml') options=('!lto') source=("$pkgname-$pkgver.tar.gz::$url/-/archive/$pkgname-v$pkgver/$pkgname-$pkgname-v$pkgver.tar.gz") -sha256sums=('00e7a15dfb9ff596b298ca2643b150306f82949220c360005b862876f9f534cf') -b2sums=('76642382383163d92dd2d36be021e36c835083a71b9a4b38a104ad5f6368112f3054cf7f648735ba45a74a95c0ebb2ce05bb3f6497521c2a5d50dc1008d3449e') +sha256sums=('3c379b00435a8d6e2b1ef3a316db6a3a871e181bb074ad84e5399e3bac12f667') +b2sums=('153747fb22289dc1611cdcfb990921cdf1290b58267ec98e036714ca8367651741ed1543a54083280c43eb81256629d12c5f0de706c782e58242c7a30d8a0ace') prepare() { mv "$pkgname-$pkgname-v$pkgver" "$pkgname-$pkgver" diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..8501755 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,22 @@ +version = 1 + +[[annotations]] +path = [ + "PKGBUILD", + "README.md", + "keys/**", + ".SRCINFO", + ".nvchecker.toml", + "*.install", + "*.sysusers", + "*.tmpfiles", + "*.logrotate", + "*.pam", + "*.service", + "*.socket", + "*.timer", + "*.desktop", + "*.hook", +] +SPDX-FileCopyrightText = "Arch Linux contributors" +SPDX-License-Identifier = "0BSD"