Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / nano
Commits:
fefcbb05 by Andreas Radke at 2024-07-12T14:57:47+02:00
upgpkg: 8.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = nano
pkgdesc = Pico editor clone with enhancements
- pkgver = 8.0
+ pkgver = 8.1
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.0.tar.xz
- source = https://www.nano-editor.org/dist/v8/nano-8.0.tar.xz.asc
+ source = https://www.nano-editor.org/dist/v8/nano-8.1.tar.xz
+ source = https://www.nano-editor.org/dist/v8/nano-8.1.tar.xz.asc
validpgpkeys = 168E6F4297BFD7A79AFD4496514BBE2EB8E1961F
- sha256sums =
c17f43fc0e37336b33ee50a209c701d5beb808adc2d9f089ca831b40539c9ac4
+ sha256sums =
93b3e3e9155ae389fe9ccf9cb7ab380eac29602835ba3077b22f64d0f0cbe8cb
sha256sums = SKIP
pkgname = nano
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Judd <[email protected]>
pkgname=nano
-pkgver=8.0
+pkgver=8.1
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=('c17f43fc0e37336b33ee50a209c701d5beb808adc2d9f089ca831b40539c9ac4'
+sha256sums=('93b3e3e9155ae389fe9ccf9cb7ab380eac29602835ba3077b22f64d0f0cbe8cb'
'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/fefcbb0565d4e75b622f909b81b171f4730ee710
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nano/-/commit/fefcbb0565d4e75b622f909b81b171f4730ee710
You're receiving this email because of your account on gitlab.archlinux.org.