summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann2021-07-28 21:11:28 +0200
committerThomas Hartmann2021-07-28 21:11:28 +0200
commit41140cdaed2d0ccdbb199c01f75c360c22a846cf (patch)
tree8d598e4419cba204a46683115203e4b9a11e53ad
parent6548eed8693b33fe0c4b69e9e8a56e4273159153 (diff)
downloadaur-41140cdaed2d0ccdbb199c01f75c360c22a846cf.tar.gz
update to 9.0.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4efd3fd83a5..ce2862d132c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htcondor
pkgdesc = Distributed workload management system
- pkgver = 9.0.2
+ pkgver = 9.0.3
pkgrel = 1
url = https://research.cs.wisc.edu/htcondor/
arch = x86_64
@@ -21,8 +21,7 @@ pkgbase = htcondor
depends = python-setuptools
provides = htcondor
conflicts = htcondor
- source = htcondor-9.0.2.tar.gz::https://github.com/htcondor/htcondor/archive/V9_0_2.tar.gz
- md5sums = 5ed45b593e3a51b785c0f6ade1c5b1ae
+ source = htcondor-9.0.3.tar.gz::https://github.com/htcondor/htcondor/archive/V9_0_3.tar.gz
+ md5sums = 4d4997ed1b6edcaa770db6d1f53edce4
pkgname = htcondor
-
diff --git a/PKGBUILD b/PKGBUILD
index c070aa615f03..407fe080f8ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Thomas Hartmann <thomas@th-ht.de>
pkgname=htcondor
-pkgver=9.0.2
+pkgver=9.0.3
pkgrel=1
epoch=
pkgdesc="Distributed workload management system"
@@ -26,7 +26,7 @@ install=
changelog=
source=("$pkgname-$pkgver.tar.gz::https://github.com/htcondor/htcondor/archive/V${pkgver//./_}.tar.gz")
noextract=()
-md5sums=('5ed45b593e3a51b785c0f6ade1c5b1ae')
+md5sums=('4d4997ed1b6edcaa770db6d1f53edce4')
validpgpkeys=()
build() {