mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/libde265: Updated for version 1.0.10.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5af13c913b
commit
09ba152568
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libde265
|
||||
|
||||
# Copyright 2020-2022, Alexander Verbovetsky, Moscow, Russia
|
||||
# Copyright 2020-2023, Alexander Verbovetsky, Moscow, Russia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libde265
|
||||
VERSION=${VERSION:-1.0.9}
|
||||
VERSION=${VERSION:-1.0.10}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libde265"
|
||||
VERSION="1.0.9"
|
||||
VERSION="1.0.10"
|
||||
HOMEPAGE="https://github.com/strukturag/libde265"
|
||||
DOWNLOAD="https://github.com/strukturag/libde265/releases/download/v1.0.9/libde265-1.0.9.tar.gz"
|
||||
MD5SUM="3d0d35a643c31b12e04030fd7963a6db"
|
||||
DOWNLOAD="https://github.com/strukturag/libde265/releases/download/v1.0.10/libde265-1.0.10.tar.gz"
|
||||
MD5SUM="2b45cf71508336df25c84c7c9b00a7c7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue