mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
libraries/liblnk: Updated for version 20171101.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
100a4d9464
commit
1e88137881
3 changed files with 6 additions and 7 deletions
|
@ -1,4 +1,3 @@
|
|||
liblnk (libYAL LNK library)
|
||||
|
||||
Library and tools to access the Windows Shortcut File (LNK) Format.
|
||||
|
||||
Library and tools to access the Windows Shortcut File (LNK) Format.
|
||||
|
|
|
@ -22,10 +22,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Updated v20160420 August 2016 Barry J. Grundy
|
||||
# Updated v20171101, April 2018
|
||||
|
||||
PRGNAM=liblnk
|
||||
VERSION=${VERSION:-20160420}
|
||||
VERSION=${VERSION:-20171101}
|
||||
STATUS=${STATUS:-alpha}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="liblnk"
|
||||
VERSION="20160420"
|
||||
VERSION="20171101"
|
||||
HOMEPAGE="https://github.com/libyal/liblnk"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/liblnk-alpha-20160420.tar.gz"
|
||||
MD5SUM="ca8417967f7a3adc677caf70e4f5afc4"
|
||||
DOWNLOAD="https://github.com/libyal/liblnk/releases/download/20171101/liblnk-alpha-20171101.tar.gz"
|
||||
MD5SUM="ac4037ce1a599782999f9bc178efd3c7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue