upgpkg: mmv 2.10-1

upstream release
This commit is contained in:
Cedric Girard 2025-01-24 16:00:06 +01:00
parent bfe03af931
commit eae44bb9c3
2 changed files with 6 additions and 6 deletions

View file

@ -1,13 +1,13 @@
pkgbase = mmv
pkgdesc = multiple move files
pkgver = 2.9.1
pkgver = 2.10
pkgrel = 1
url = https://github.com/rrthomas/mmv
install = mmv.install
arch = i686
arch = x86_64
license = GPL-2.0-or-later
source = https://github.com/rrthomas/mmv/releases/download/v2.9.1/mmv-2.9.1.tar.gz
sha256sums = 7d18332e62a3ffb021121bd1bbad1e93183f36318206899bdf909a473275f3d0
source = https://github.com/rrthomas/mmv/releases/download/v2.10/mmv-2.10.tar.gz
sha256sums = 2bbba14c099b512b4a7e9effacec53caa06998069d108a5669ff424ffc879d03
pkgname = mmv

View file

@ -1,14 +1,14 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
# Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
# Contributor: blue_lizard lizard@blue.dyn-o-saur.com
pkgname=mmv
pkgver=2.9.1
pkgver=2.10
pkgrel=1
pkgdesc="multiple move files"
source=(
https://github.com/rrthomas/mmv/releases/download/v${pkgver}/mmv-${pkgver}.tar.gz
)
sha256sums=('7d18332e62a3ffb021121bd1bbad1e93183f36318206899bdf909a473275f3d0')
sha256sums=('2bbba14c099b512b4a7e9effacec53caa06998069d108a5669ff424ffc879d03')
url="https://github.com/rrthomas/mmv"
license=(GPL-2.0-or-later)