Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / nano


Commits:
b38921dc by Andreas Radke at 2024-09-06T16:05:55+02:00
upgpkg: 8.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = nano
        pkgdesc = Pico editor clone with enhancements
-       pkgver = 8.1
+       pkgver = 8.2
        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.1.tar.xz
-       source = https://www.nano-editor.org/dist/v8/nano-8.1.tar.xz.asc
+       source = https://www.nano-editor.org/dist/v8/nano-8.2.tar.xz
+       source = https://www.nano-editor.org/dist/v8/nano-8.2.tar.xz.asc
        validpgpkeys = 168E6F4297BFD7A79AFD4496514BBE2EB8E1961F
-       sha256sums = 
93b3e3e9155ae389fe9ccf9cb7ab380eac29602835ba3077b22f64d0f0cbe8cb
+       sha256sums = 
d5ad07dd862facae03051c54c6535e54c7ed7407318783fcad1ad2d7076fffeb
        sha256sums = SKIP
 
 pkgname = nano


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Judd <[email protected]>
 
 pkgname=nano
-pkgver=8.1
+pkgver=8.2
 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=('93b3e3e9155ae389fe9ccf9cb7ab380eac29602835ba3077b22f64d0f0cbe8cb'
+sha256sums=('d5ad07dd862facae03051c54c6535e54c7ed7407318783fcad1ad2d7076fffeb'
             '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/b38921dc3081bff9e2a8527109c75f9d58370be7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nano/-/commit/b38921dc3081bff9e2a8527109c75f9d58370be7
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to