Skip to content

Commit

Permalink
stow: update to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Sep 17, 2024
1 parent 4eb840d commit 7cc4610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stow/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributer: Reza Tavakoli <[email protected]>

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")
Expand All @@ -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}"
Expand Down

0 comments on commit 7cc4610

Please sign in to comment.