summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann2021-07-11 10:05:59 +0200
committerThomas Hartmann2021-07-11 10:05:59 +0200
commit6548eed8693b33fe0c4b69e9e8a56e4273159153 (patch)
tree1341a2f74c3d76355d1f14aa57d80380184a8954
parenta2ed6dc9029ee64cee5cc7f3c6c20cc36d531541 (diff)
downloadaur-6548eed8693b33fe0c4b69e9e8a56e4273159153.tar.gz
update to 9.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0c0084a3c5e..c4efd3fd83a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = htcondor
pkgdesc = Distributed workload management system
- pkgver = 9.0.1
- pkgrel = 2
+ pkgver = 9.0.2
+ pkgrel = 1
url = https://research.cs.wisc.edu/htcondor/
arch = x86_64
license = apache
@@ -21,8 +21,8 @@ pkgbase = htcondor
depends = python-setuptools
provides = htcondor
conflicts = htcondor
- source = htcondor-9.0.1.tar.gz::https://github.com/htcondor/htcondor/archive/V9_0_1.tar.gz
- md5sums = 21873629a5fb21c513a6c6271b996f1c
+ source = htcondor-9.0.2.tar.gz::https://github.com/htcondor/htcondor/archive/V9_0_2.tar.gz
+ md5sums = 5ed45b593e3a51b785c0f6ade1c5b1ae
pkgname = htcondor
diff --git a/PKGBUILD b/PKGBUILD
index 2ad10d67fb09..c070aa615f03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Maintainer: Thomas Hartmann <thomas@th-ht.de>
pkgname=htcondor
-pkgver=9.0.1
-pkgrel=2
+pkgver=9.0.2
+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=('21873629a5fb21c513a6c6271b996f1c')
+md5sums=('5ed45b593e3a51b785c0f6ade1c5b1ae')
validpgpkeys=()
build() {