Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / nano
Commits:
5920e8f1 by Andreas Radke at 2025-11-12T20:33:03+01:00
upgpkg: 8.7-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = nano
pkgdesc = Pico editor clone with enhancements
- pkgver = 8.6
+ pkgver = 8.7
pkgrel = 1
url = https://www.nano-editor.org
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = nano
depends = file
depends = glibc
backup = etc/nanorc
- source = https://www.nano-editor.org/dist/v8/nano-8.6.tar.xz
- source = https://www.nano-editor.org/dist/v8/nano-8.6.tar.xz.asc
+ source = https://www.nano-editor.org/dist/v8/nano-8.7.tar.xz
+ source = https://www.nano-editor.org/dist/v8/nano-8.7.tar.xz.asc
validpgpkeys = 168E6F4297BFD7A79AFD4496514BBE2EB8E1961F
- sha256sums =
f7abfbf0eed5f573ab51bd77a458f32d82f9859c55e9689f819d96fe1437a619
+ sha256sums =
afd287aa672c48b8e1a93fdb6c6588453d527510d966822b687f2835f0d986e9
sha256sums = SKIP
pkgname = nano
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Judd <[email protected]>
pkgname=nano
-pkgver=8.6
+pkgver=8.7
pkgrel=1
pkgdesc="Pico editor clone with enhancements"
arch=('x86_64')
@@ -11,7 +11,7 @@ url="https://www.nano-editor.org"
depends=('ncurses' 'file' 'glibc')
backup=('etc/nanorc')
source=(https://www.nano-editor.org/dist/v8/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha256sums=('f7abfbf0eed5f573ab51bd77a458f32d82f9859c55e9689f819d96fe1437a619'
+sha256sums=('afd287aa672c48b8e1a93fdb6c6588453d527510d966822b687f2835f0d986e9'
'SKIP')
#validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7') # "Chris Allegretta
<[email protected]>"
#validpgpkeys=('A7F6A64A67DA09EF92782DD79DF4862AF1175C5B') # "Benno
Schulenberg <[email protected]>"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nano/-/commit/5920e8f1c9847a605432ae54f49b861565ede396
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nano/-/commit/5920e8f1c9847a605432ae54f49b861565ede396
You're receiving this email because of your account on gitlab.archlinux.org.