T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
moreutils
Commits:
c44a8f42 by T.J. Townsend at 2024-12-11T14:00:14-05:00
upgpkg: 0.70-1: update to 0.70
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = moreutils
pkgdesc = A growing collection of the unix tools that nobody thought to
write thirty years ago
- pkgver = 0.69
- pkgrel = 2
+ pkgver = 0.70
+ pkgrel = 1
url = https://joeyh.name/code/moreutils/
arch = x86_64
license = GPL
@@ -16,8 +16,8 @@ pkgbase = moreutils
replaces = moreutils-svn
options = !emptydirs
options = zipman
- source = git+https://git.joeyh.name/git/moreutils.git?signed#tag=0.69
+ source = git+https://git.joeyh.name/git/moreutils.git?signed#tag=0.70
validpgpkeys = E85A5F63B31D24C1EBF0D81CC910D9222512E3C7
- sha256sums =
81dc7a6d7ba9733648a850313a80930f73624a6808a1fcfd4bc8e1151453171d
+ sha256sums =
f184bcb509dace3c0d1d61dc7c9c951c72a6ff8bac6f8f275a648ec9ffa0e926
pkgname = moreutils
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Alessio 'mOLOk' Bolognino <[email protected]>
pkgname=moreutils
-pkgver=0.69
-pkgrel=2
+pkgver=0.70
+pkgrel=1
pkgdesc="A growing collection of the unix tools that nobody thought to write
thirty years ago"
arch=('x86_64')
url="https://joeyh.name/code/moreutils/"
@@ -13,7 +13,7 @@ makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git')
options=('!emptydirs' 'zipman')
replaces=(moreutils-svn)
source=("git+https://git.joeyh.name/git/moreutils.git?signed#tag=$pkgver")
-sha256sums=('81dc7a6d7ba9733648a850313a80930f73624a6808a1fcfd4bc8e1151453171d')
+sha256sums=('f184bcb509dace3c0d1d61dc7c9c951c72a6ff8bac6f8f275a648ec9ffa0e926')
validpgpkeys=('E85A5F63B31D24C1EBF0D81CC910D9222512E3C7')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/moreutils/-/commit/c44a8f42114f8d2f5b376db41ab5581d3e81fdac
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/moreutils/-/commit/c44a8f42114f8d2f5b376db41ab5581d3e81fdac
You're receiving this email because of your account on gitlab.archlinux.org.