summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorАртём Шустров2022-09-01 21:01:08 +1000
committerАртём Шустров2022-09-01 21:01:08 +1000
commitf430bcfe78884141df9d934dd1d58958820b9efb (patch)
tree6642bd2e9a6a80407a1e03c8472968e9f4a9e88c
parent3cf094ef269f390784584de5eca1c5a916a24db5 (diff)
downloadaur-f430bcfe78884141df9d934dd1d58958820b9efb.tar.gz
6.0.36-1 Обновление программы
Плановое обновление программы
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e3a749d830e..ab6cf1cedd9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = otrs
pkgdesc = OTRS is the leading open-source Help Desk and IT Service Management (ITSM)
- pkgver = 6.0.35
+ pkgver = 6.0.36
pkgrel = 1
url = https://otrscommunityedition.com/
install = otrs.install
@@ -39,8 +39,8 @@ pkgbase = otrs
options = emptydirs
backup = etc/webapps/otrs/Config.pm
source = otrs.install
- source = https://otrscommunityedition.com/download/otrs-community-edition-6.0.35.tar.gz
+ source = https://otrscommunityedition.com/download/otrs-community-edition-6.0.36.tar.gz
sha256sums = cb10dda941c7477880ae06362ef69fe0cfb1d06ad9ad1315cb7322d4dd65963e
- sha256sums = a14b6a1ec21d24f9efe99a68c93083e3b6f4ff0d913c96eec93165634dd87889
+ sha256sums = 3be1ffa0a89f753a96072bc51b9fb98c8959088964198b90d7c5418933ad5e43
pkgname = otrs
diff --git a/PKGBUILD b/PKGBUILD
index 218b9b5a1c3b..54a92458e6f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=otrs
-pkgver=6.0.35
+pkgver=6.0.36
pkgrel=1
pkgdesc="OTRS is the leading open-source Help Desk and IT Service Management (ITSM)"
arch=("any")
@@ -41,7 +41,7 @@ install="${pkgname}.install"
source=("${pkgname}.install"
"https://otrscommunityedition.com/download/${pkgname}-community-edition-${pkgver}.tar.gz")
sha256sums=("cb10dda941c7477880ae06362ef69fe0cfb1d06ad9ad1315cb7322d4dd65963e"
- "a14b6a1ec21d24f9efe99a68c93083e3b6f4ff0d913c96eec93165634dd87889")
+ "3be1ffa0a89f753a96072bc51b9fb98c8959088964198b90d7c5418933ad5e43")
prepare() {
cat << EOL > "${srcdir}/${pkgname}.service"