stow: update to 2.4.1

This commit is contained in:
Biswapriyo Nath 2024-09-17 05:07:47 +00:00
parent 4eb840d823
commit 7cc4610991

View File

@ -1,7 +1,7 @@
# Contributer: Reza Tavakoli <rta.0070@gmail.com>
pkgname="stow"
pkgver=2.4.0
pkgver=2.4.1
pkgrel=1
pkgdesc="GNU Stow is a symlink farm manager which takes distinct packages of software and/or data located in separate directories on the filesystem, and makes them appear to be installed in the same place"
arch=("any")
@ -13,7 +13,7 @@ msys2_references=(
depends=("perl")
makedepends=('autotools')
source=("${pkgname}-${pkgver}.tar.gz::${url}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('6fed67cf64deab6d3d9151a43e2c06c95cdfca6a88fab7d416f46a648b1d761d')
sha256sums=('2a671e75fc207303bfe86a9a7223169c7669df0a8108ebdf1a7fe8cd2b88780b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"