mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
libraries/libbsd: Updated for version 0.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b4b06770b3
commit
77f7a0c398
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright (c) 2010-2018 LEVAI Daniel
|
||||
# Copyright (c) 2010-2019 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.8.7}
|
||||
VERSION=${VERSION:-0.9.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libbsd"
|
||||
VERSION="0.8.7"
|
||||
VERSION="0.9.1"
|
||||
HOMEPAGE="https://libbsd.freedesktop.org/wiki/"
|
||||
DOWNLOAD="https://libbsd.freedesktop.org/releases/libbsd-0.8.7.tar.xz"
|
||||
MD5SUM="d9e6980fbfe44f94fd92b89a33cce67d"
|
||||
DOWNLOAD="https://libbsd.freedesktop.org/releases/libbsd-0.9.1.tar.xz"
|
||||
MD5SUM="a74b80c4143afa032c90226a4518fffe"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue