summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordnrash2022-01-11 02:38:41 +0200
committerdnrash2022-01-11 02:38:41 +0200
commit71974efd30c67c7ffa0c053e5e1ad82881c8687d (patch)
tree1fecd26caf5a1ca08618ea5499108941f82a08d4
parent0687df5122c98d2c65db3441eca88cb6a58316da (diff)
downloadaur-71974efd30c67c7ffa0c053e5e1ad82881c8687d.tar.gz
update to 2.9.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f11548aaf84..2a7e2e25d1d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocsinventory-agent
pkgdesc = Hardware and software inventory tool (client)
- pkgver = 2.8.1
+ pkgver = 2.9.0
pkgrel = 1
url = http://www.ocsinventory-ng.org
install = ocsinventory-agent.install
@@ -21,14 +21,13 @@ pkgbase = ocsinventory-agent
depends = perl-net-snmp
optdepends = smartmontools
backup = etc/ocsinventory/ocsinventory-agent.cfg
- source = https://github.com/OCSInventory-NG/UnixAgent/releases/download/v2.8.1/Ocsinventory-Unix-Agent-2.8.1.tar.gz
+ source = https://github.com/OCSInventory-NG/UnixAgent/releases/download/v2.9.0/Ocsinventory-Unix-Agent-2.9.0.tar.gz
source = modules.conf
source = ocsinventory-agent
source = ocsinventory-agent.cfg
- md5sums = c1218e871132b43d6901894f315e7f78
+ md5sums = c61fc80cfe3a4dfcbeddfc655f178b18
md5sums = 3c1235643decce6f1a29c5644d2b527b
md5sums = 9419012794e5e134bc152cfd388d63e7
md5sums = 3be05b06c7a6e269d9a4c74dcf239d19
pkgname = ocsinventory-agent
-
diff --git a/PKGBUILD b/PKGBUILD
index fe492922ad04..ffad4c763a09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: dncrash <dncrash@gmail.com>
pkgname=ocsinventory-agent
-pkgver=2.8.1
+pkgver=2.9.0
pkgrel=1
pkgdesc="Hardware and software inventory tool (client)"
arch=('any')
@@ -16,9 +16,9 @@ optdepends=('smartmontools')
makedepends=('perl-module-install')
install=${pkgname}.install
backup=('etc/ocsinventory/ocsinventory-agent.cfg')
-source=("https://github.com/OCSInventory-NG/UnixAgent/releases/download/v2.8.1/Ocsinventory-Unix-Agent-2.8.1.tar.gz"
+source=("https://github.com/OCSInventory-NG/UnixAgent/releases/download/v2.9.0/Ocsinventory-Unix-Agent-2.9.0.tar.gz"
"modules.conf" "ocsinventory-agent" "ocsinventory-agent.cfg")
-md5sums=('c1218e871132b43d6901894f315e7f78'
+md5sums=('c61fc80cfe3a4dfcbeddfc655f178b18'
'3c1235643decce6f1a29c5644d2b527b'
'9419012794e5e134bc152cfd388d63e7'
'3be05b06c7a6e269d9a4c74dcf239d19')