From 50a801882f997d91380ebb5a74a63919582cb211 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sat, 22 Mar 2014 03:51:15 +0000 Subject: Sat Mar 22 03:47:24 UTC 2014 --- community/srm/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/srm') diff --git a/community/srm/PKGBUILD b/community/srm/PKGBUILD index 27dd11989..a09fc5f8b 100644 --- a/community/srm/PKGBUILD +++ b/community/srm/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 104066 2014-01-15 08:27:26Z giovanni $ +# $Id: PKGBUILD 108034 2014-03-21 15:42:25Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Tom Newsom pkgname=srm -pkgver=1.2.12 +pkgver=1.2.13 pkgrel=1 pkgdesc="A secure replacement for rm(1) that overwrites data before unlinking" arch=('i686' 'x86_64') url="http://srm.sourceforge.net/" license=('custom') depends=('glibc') -source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz") -md5sums=('395c42753e9d98d6f815ac28a42ba87a') +source=("http://sourceforge.net/projects/${pkgname}/files/${pkgver}/${pkgname}-${pkgver}.tar.gz") +md5sums=('123f8fbf086a5c50aadb2a23991b9416') build() { cd "${srcdir}/${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf