mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/btrbk: Updated for version 0.32.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c4be83559e
commit
e41069af07
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for btrbk
|
||||
|
||||
# Copyright 2022 Alan Aversa
|
||||
# Copyright 2023 Alan Aversa
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -29,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=btrbk
|
||||
VERSION=${VERSION:-0.32.2}
|
||||
VERSION=${VERSION:-0.32.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="btrbk"
|
||||
VERSION="0.32.2"
|
||||
VERSION="0.32.5"
|
||||
HOMEPAGE="https://digint.ch/btrbk/"
|
||||
DOWNLOAD="https://digint.ch/download/btrbk/releases/btrbk-0.32.2.tar.xz"
|
||||
MD5SUM="411dd520947a02e0867a5d02196e6c52"
|
||||
DOWNLOAD="https://digint.ch/download/btrbk/releases/btrbk-0.32.5.tar.xz"
|
||||
MD5SUM="96c7075b71385c42ce2c180ab41e07c5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue