summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann2020-05-08 10:05:23 +0200
committerThomas Hartmann2020-05-08 10:05:23 +0200
commit55f92697274977297cb864a8537a1b7910e30ce6 (patch)
treee4a59400ed9f015642c97d58007d1d718392a742
parent8442f54033f453d33b2ae288e980cf98435742be (diff)
downloadaur-55f92697274977297cb864a8537a1b7910e30ce6.tar.gz
updated to 8.8.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a07491f553ee..2914fd4a21a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = htcondor
pkgdesc = Distributed workload management system
- pkgver = 8.8.8
- pkgrel = 3
+ pkgver = 8.8.9
+ pkgrel = 1
url = https://research.cs.wisc.edu/htcondor/
arch = x86_64
license = apache
@@ -18,8 +18,8 @@ pkgbase = htcondor
depends = python
provides = htcondor
conflicts = htcondor
- source = htcondor-8.8.8.tar.gz::https://github.com/htcondor/htcondor/archive/V8_8_8.tar.gz
- md5sums = e248a1506d367cacab0575fb18aa1e11
+ source = htcondor-8.8.9.tar.gz::https://github.com/htcondor/htcondor/archive/V8_8_9.tar.gz
+ md5sums = 3547e36279691a1e52bb66a715814915
pkgname = htcondor
diff --git a/PKGBUILD b/PKGBUILD
index 0280bbb82cda..d75faf59f25b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Maintainer: Thomas Hartmann <thomas@th-ht.de>
pkgname=htcondor
-pkgver=8.8.8
-pkgrel=3
+pkgver=8.8.9
+pkgrel=1
epoch=
pkgdesc="Distributed workload management system"
arch=("x86_64")
@@ -26,7 +26,7 @@ install=
changelog=
source=("$pkgname-$pkgver.tar.gz::https://github.com/htcondor/htcondor/archive/V${pkgver//./_}.tar.gz")
noextract=()
-md5sums=('e248a1506d367cacab0575fb18aa1e11')
+md5sums=('3547e36279691a1e52bb66a715814915')
validpgpkeys=()
build() {