etc-update: update to 3.0.68

This commit is contained in:
Dirk Stolle 2025-08-01 18:31:39 +02:00 committed by Christoph Reiter
parent a3266b6df7
commit 38772492a6

View File

@ -1,20 +1,23 @@
# Maintainer: Jeremy Drake <github@jdrake.com>
pkgname='etc-update'
pkgdesc="CLI to interactively merge .pacnew configuration files"
pkgver=2.3.99
pkgver=3.0.68
pkgrel=1
arch=('any')
url="https://wiki.gentoo.org/wiki/Handbook:X86/Portage/Tools#etc-update"
msys2_repository_url="https://github.com/gentoo/portage"
msys2_references=(
"anitya: 191471"
"archlinux: etc-update"
"cpe: cpe:/a:gentoo:portage"
"gentoo: sys-apps/portage"
)
license=('GPL')
depends=('bash' 'diffutils')
optdepends=('dialog: for the menu mode (not automode)')
backup=("etc/etc-update.conf")
source=("https://github.com/gentoo/portage/archive/portage-${pkgver}.tar.gz")
sha256sums=('fc5dcc37033d876360c8427d1b6afbdb29786a675d6741909fb341da54568a1d')
sha256sums=('c032531baca2b5c31cb45c020efb32a8eb061da09559937504ca835456265445')
noextract=("portage-${pkgver}.tar.gz")
prepare() {