From 6c907b7aa38969971aac688c205876e1d88ad027 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 30 Jul 2015 07:13:54 +0200 Subject: [PATCH] hooktftp: rename confusing private var. --- srcpkgs/hooktftp/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hooktftp/template b/srcpkgs/hooktftp/template index d9b1261be2..7206affe2c 100644 --- a/srcpkgs/hooktftp/template +++ b/srcpkgs/hooktftp/template @@ -2,14 +2,14 @@ pkgname=hooktftp version=1.0.0 revision=1 -_version="a7258310669522806b903c9ffc98ad7c62b02d56" -wrksrc="${pkgname}-${_version}" +_gitcommit="a7258310669522806b903c9ffc98ad7c62b02d56" +wrksrc="${pkgname}-${_gitcommit}" hostmakedepends="go bzr git" short_desc="Hook based tftp server" maintainer="Andrea Brancaleoni " license="MIT" homepage="https://github.com/tftp-go-team/hooktftp" -distfiles="${homepage}/archive/${_version}.tar.gz" +distfiles="${homepage}/archive/${_gitcommit}.tar.gz" checksum=42cbe6c402aee13722cb55ac1e3a22fc6be27c6313b7c59d7a7277c0e3a6065e nocross=yes