Bump version to 5.0
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,14 +1,14 @@
|
|||||||
pkgbase = uftp
|
pkgbase = uftp
|
||||||
pkgdesc = UFTP is an encrypted multicast file transfer program, designed to securely, reliably, and efficiently transfer files to multiple receivers simultaneously.
|
pkgdesc = UFTP is an encrypted multicast file transfer program, designed to securely, reliably, and efficiently transfer files to multiple receivers simultaneously.
|
||||||
pkgver = 4.10.1
|
pkgver = 5.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://uftp-multicast.sourceforge.net/
|
url = https://uftp-multicast.sourceforge.net/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL3
|
license = GPL3
|
||||||
makedepends = gcc
|
makedepends = gcc
|
||||||
makedepends = openssl
|
makedepends = openssl
|
||||||
source = https://downloads.sourceforge.net/project/uftp-multicast/source-tar/uftp-4.10.1.tar.gz
|
source = https://downloads.sourceforge.net/project/uftp-multicast/source-tar/uftp-5.0.tar.gz
|
||||||
sha512sums = 9ef4594e0cde2f64970523661fcee07f34600bd4f2ab235c34bde9d20ef1b0312d5e430e1f52ab605c188c42aee4a0384ed02ae9f5e93b3edc062f848a8130bf
|
sha512sums = f76e86559971facd806141fae88c6c47ec8361440044e429126391c6ac17f5f6ec0c79950816f9329cbb85a6be31d0700d18f599ef0b56f8df3ebe03fad4e27a
|
||||||
|
|
||||||
pkgname = uftp
|
pkgname = uftp
|
||||||
|
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -2,7 +2,7 @@
|
|||||||
# Previous Maintainer: Luke R. <g4jc@bulletmail.org> GPG: c25519/D85D2F527B0
|
# Previous Maintainer: Luke R. <g4jc@bulletmail.org> GPG: c25519/D85D2F527B0
|
||||||
|
|
||||||
pkgname=uftp
|
pkgname=uftp
|
||||||
pkgver=4.10.1
|
pkgver=5.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="UFTP is an encrypted multicast file transfer program, designed to securely, reliably, and efficiently transfer files to multiple receivers simultaneously."
|
pkgdesc="UFTP is an encrypted multicast file transfer program, designed to securely, reliably, and efficiently transfer files to multiple receivers simultaneously."
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
@@ -10,7 +10,7 @@ url="https://uftp-multicast.sourceforge.net/"
|
|||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
makedepends=('gcc' 'openssl')
|
makedepends=('gcc' 'openssl')
|
||||||
source=("https://downloads.sourceforge.net/project/$pkgname-multicast/source-tar/$pkgname-$pkgver.tar.gz")
|
source=("https://downloads.sourceforge.net/project/$pkgname-multicast/source-tar/$pkgname-$pkgver.tar.gz")
|
||||||
sha512sums=('9ef4594e0cde2f64970523661fcee07f34600bd4f2ab235c34bde9d20ef1b0312d5e430e1f52ab605c188c42aee4a0384ed02ae9f5e93b3edc062f848a8130bf')
|
sha512sums=('f76e86559971facd806141fae88c6c47ec8361440044e429126391c6ac17f5f6ec0c79950816f9329cbb85a6be31d0700d18f599ef0b56f8df3ebe03fad4e27a')
|
||||||
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|||||||
Reference in New Issue
Block a user