mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libtpms: Updated for version 0.9.6.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
671e554a18
commit
4e538cfab8
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libtpms
|
||||
|
||||
# Copyright 2022 K. Eugene Carlson Tsukuba, Japan
|
||||
# Copyright 2022-2023 K. Eugene Carlson Tsukuba, Japan
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libtpms
|
||||
VERSION=${VERSION:-0.9.5}
|
||||
VERSION=${VERSION:-0.9.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libtpms"
|
||||
VERSION="0.9.5"
|
||||
VERSION="0.9.6"
|
||||
HOMEPAGE="https://github.com/stefanberger/libtpms"
|
||||
DOWNLOAD="https://github.com/stefanberger/libtpms/archive/refs/tags/v0.9.5/libtpms-0.9.5.tar.gz"
|
||||
MD5SUM="51d3e0cfaed1e6443cd063874e61935d"
|
||||
DOWNLOAD="https://github.com/stefanberger/libtpms/archive/refs/tags/v0.9.6/libtpms-0.9.6.tar.gz"
|
||||
MD5SUM="c922a80cb1a098e6f9b2671c0044a388"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue