mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 13:07:20 +08:00
xdelta3: update to 3.0.11 to fix security issues.
This commit is contained in:
parent
32a2f98825
commit
aa2f7ecd10
@ -1,21 +1,15 @@
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer: Neophytos Kolokotronis
|
||||
# Contributors from Arch: Allan McRae <allan@archlinux.org>
|
||||
# Eduard "bekks" Warkentin <eduard.warkentin@gmail.com>
|
||||
# Henning Garus <henning.garus@gmail.com>
|
||||
|
||||
pkgname=xdelta3
|
||||
pkgver=3.0.4
|
||||
pkgver=3.0.11
|
||||
pkgrel=1
|
||||
pkgdesc="A diff utility which works with binary files"
|
||||
arch=('x86_64')
|
||||
url="http://xdelta.org/"
|
||||
license=('GPL')
|
||||
depends=('xz')
|
||||
makedepends=('python2')
|
||||
optdepends=('python2: for python modules')
|
||||
source=("http://xdelta.googlecode.com/files/$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('c04f7fd9da45741a0095438cfe527b89')
|
||||
source=("https://github.com/jmacd/xdelta-devel/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('445d8be2ac512113d5ca601ae8359626')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
Loading…
Reference in New Issue
Block a user