summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVáclav Valíček2020-07-11 23:10:49 +0200
committerVáclav Valíček2020-07-11 23:10:49 +0200
commit55b405ffb60dbda2c0358296dc0428a71e0e2abf (patch)
treef19fe77baadfbe0d491a2a454cce76eb1a22a744
parentf80f7dc8b3f1b3abb6bf57bb038db87f66c1ff32 (diff)
downloadaur-55b405ffb60dbda2c0358296dc0428a71e0e2abf.tar.gz
Bump version to 5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 873a06afa56c..c17b2b183179 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = uftp
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
url = https://uftp-multicast.sourceforge.net/
arch = x86_64
license = GPL3
makedepends = gcc
makedepends = openssl
- source = https://downloads.sourceforge.net/project/uftp-multicast/source-tar/uftp-4.10.1.tar.gz
- sha512sums = 9ef4594e0cde2f64970523661fcee07f34600bd4f2ab235c34bde9d20ef1b0312d5e430e1f52ab605c188c42aee4a0384ed02ae9f5e93b3edc062f848a8130bf
+ source = https://downloads.sourceforge.net/project/uftp-multicast/source-tar/uftp-5.0.tar.gz
+ sha512sums = f76e86559971facd806141fae88c6c47ec8361440044e429126391c6ac17f5f6ec0c79950816f9329cbb85a6be31d0700d18f599ef0b56f8df3ebe03fad4e27a
pkgname = uftp
diff --git a/PKGBUILD b/PKGBUILD
index 969a962bac2a..5c4d96259432 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Previous Maintainer: Luke R. <g4jc@bulletmail.org> GPG: c25519/D85D2F527B0
pkgname=uftp
-pkgver=4.10.1
+pkgver=5.0
pkgrel=1
pkgdesc="UFTP is an encrypted multicast file transfer program, designed to securely, reliably, and efficiently transfer files to multiple receivers simultaneously."
arch=(x86_64)
@@ -10,7 +10,7 @@ url="https://uftp-multicast.sourceforge.net/"
license=('GPL3')
makedepends=('gcc' 'openssl')
source=("https://downloads.sourceforge.net/project/$pkgname-multicast/source-tar/$pkgname-$pkgver.tar.gz")
-sha512sums=('9ef4594e0cde2f64970523661fcee07f34600bd4f2ab235c34bde9d20ef1b0312d5e430e1f52ab605c188c42aee4a0384ed02ae9f5e93b3edc062f848a8130bf')
+sha512sums=('f76e86559971facd806141fae88c6c47ec8361440044e429126391c6ac17f5f6ec0c79950816f9329cbb85a6be31d0700d18f599ef0b56f8df3ebe03fad4e27a')
prepare() {