Сравнение ncdu-bin-2.2.1 с ncdu-bin-2.3
/usr/portage/sys-fs/ncdu-bin/ncdu-bin-2.3.ebuild 2023-10-09 14:52:35.520368502 +0300 | ||
---|---|---|
1 |
# Copyright 2022 Gentoo Authors |
|
1 |
# Copyright 2022-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
11 | 11 |
amd64? ( https://dev.yorhel.nl/download/ncdu-${PV}-linux-x86_64.tar.gz ) |
12 | 12 |
arm? ( https://dev.yorhel.nl/download/ncdu-${PV}-linux-arm.tar.gz ) |
13 | 13 |
arm64? ( https://dev.yorhel.nl/download/ncdu-${PV}-linux-aarch64.tar.gz ) |
14 |
x86? ( https://dev.yorhel.nl/download/ncdu-${PV}-linux-i386.tar.gz ) |
|
14 |
x86? ( https://dev.yorhel.nl/download/ncdu-${PV}-linux-x86.tar.gz ) |
|
15 | 15 |
verify-sig? ( |
16 | 16 |
amd64? ( https://dev.yorhel.nl/download/ncdu-${PV}-linux-x86_64.tar.gz.asc ) |
17 | 17 |
arm? ( https://dev.yorhel.nl/download/ncdu-${PV}-linux-arm.tar.gz.asc ) |
18 | 18 |
arm64? ( https://dev.yorhel.nl/download/ncdu-${PV}-linux-aarch64.tar.gz.asc ) |
19 |
x86? ( https://dev.yorhel.nl/download/ncdu-${PV}-linux-i386.tar.gz.asc ) |
|
19 |
x86? ( https://dev.yorhel.nl/download/ncdu-${PV}-linux-x86.tar.gz.asc ) |
|
20 | 20 |
) |
21 | 21 |
" |
22 | 22 |
S="${WORKDIR}" |