mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libbsd: Updated for version 0.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
eab461e1a9
commit
17d5417cb2
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright (c) 2010-2013 LEVAI Daniel
|
||||
# Copyright (c) 2010-2014 LEVAI Daniel
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -28,7 +28,7 @@
|
|||
# Build script for libbsd
|
||||
|
||||
PRGNAM=libbsd
|
||||
VERSION=${VERSION:-0.6.0}
|
||||
VERSION=${VERSION:-0.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libbsd"
|
||||
VERSION="0.6.0"
|
||||
VERSION="0.7.0"
|
||||
HOMEPAGE="http://libbsd.freedesktop.org/wiki/"
|
||||
DOWNLOAD="http://libbsd.freedesktop.org/releases/libbsd-0.6.0.tar.xz"
|
||||
MD5SUM="f6c75f0a9818e323a589bcbd560a0eb4"
|
||||
DOWNLOAD="http://libbsd.freedesktop.org/releases/libbsd-0.7.0.tar.xz"
|
||||
MD5SUM="fcceb4e66fd448ca4ed42ba22a8babb0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue