upgpkg: clonezilla-unstable 5.5.8-1
upstream release
This commit is contained in:
parent
0937fcdeec
commit
ec7d2c13a1
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = clonezilla-unstable
|
||||
pkgdesc = ncurses partition and disk imaging/cloning program
|
||||
pkgver = 5.5.7
|
||||
pkgver = 5.5.8
|
||||
pkgrel = 1
|
||||
url = https://clonezilla.org
|
||||
arch = any
|
||||
|
@ -29,9 +29,9 @@ pkgbase = clonezilla-unstable
|
|||
provides = clonezilla
|
||||
conflicts = clonezilla
|
||||
backup = etc/drbl/drbl-ocs.conf
|
||||
source = https://free.nchc.org.tw/drbl-core/src/unstable/clonezilla-5.5.7.tar.xz
|
||||
source = https://free.nchc.org.tw/drbl-core/src/unstable/clonezilla-5.5.8.tar.xz
|
||||
source = usrbin.patch
|
||||
sha512sums = 390ee93e023841672e3e860b77840542ddc66509cd2537cd0378022fbf2130b19cd2bfbf2fb482fb6884916a0b733777c3b1c73de0d5673d5a8b67216931aa4d
|
||||
sha512sums = cdfe01ab25e173395895c8cd76b97b61f8677918d58d75cea2319bc31e028649de561ab77e23d8e0037bfee8705940245602209b0df6323f0ef33ead62450884
|
||||
sha512sums = 39e63eaa18ffaed7fe9a2dde449c8b57d4a3dc313024213881bd620d0011671bb7f8a0346df7c247c2da94f8d82afb669057cb05dd9cefffafb680826544d6ac
|
||||
|
||||
pkgname = clonezilla-unstable
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=clonezilla-unstable
|
||||
_pkgname=clonezilla
|
||||
pkgver=5.5.7
|
||||
pkgver=5.5.8
|
||||
pkgrel=1
|
||||
pkgdesc="ncurses partition and disk imaging/cloning program"
|
||||
arch=('any')
|
||||
|
@ -16,7 +16,7 @@ conflicts=("${_pkgname}")
|
|||
provides=("${_pkgname}")
|
||||
source=("https://free.nchc.org.tw/drbl-core/src/unstable/${_pkgname}-${pkgver}.tar.xz"
|
||||
'usrbin.patch')
|
||||
sha512sums=('390ee93e023841672e3e860b77840542ddc66509cd2537cd0378022fbf2130b19cd2bfbf2fb482fb6884916a0b733777c3b1c73de0d5673d5a8b67216931aa4d'
|
||||
sha512sums=('cdfe01ab25e173395895c8cd76b97b61f8677918d58d75cea2319bc31e028649de561ab77e23d8e0037bfee8705940245602209b0df6323f0ef33ead62450884'
|
||||
'39e63eaa18ffaed7fe9a2dde449c8b57d4a3dc313024213881bd620d0011671bb7f8a0346df7c247c2da94f8d82afb669057cb05dd9cefffafb680826544d6ac')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue