summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorАртём Шустров2020-02-13 19:58:09 +1000
committerАртём Шустров2020-02-13 19:58:09 +1000
commit0c7ae4f4a7e88927d326c9503b314ce221509b33 (patch)
tree9a6121b364d335c698436dea2f4631d05a118ee1
parentcae1310e2d10ddeccb4c5bed60d849acabf1e200 (diff)
downloadaur-0c7ae4f4a7e88927d326c9503b314ce221509b33.tar.gz
6.0.25-1 Обновление программы
Плановое обновление программы
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdcfa89ec50b..fa79792104af 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.25
+ pkgver = 6.0.26
pkgrel = 1
url = http://www.otrs.com/
install = otrs.install
@@ -37,9 +37,9 @@ pkgbase = otrs
options = emptydirs
backup = etc/webapps/otrs/Config.pm
source = otrs.install
- source = http://ftp.otrs.org/pub/otrs/otrs-6.0.25.tar.gz
+ source = http://ftp.otrs.org/pub/otrs/otrs-6.0.26.tar.gz
sha256sums = cb10dda941c7477880ae06362ef69fe0cfb1d06ad9ad1315cb7322d4dd65963e
- sha256sums = f2a2e66de906f6ab0ea4da4eae73941ce896047118bc09ba0cbb529d5a0e5a3a
+ sha256sums = 3779b250ca24900c1662b0ab0d9fc8fdff77a1152f072af65ecc64ec5fc20178
pkgname = otrs
diff --git a/PKGBUILD b/PKGBUILD
index 049fd031e17f..8148ef043653 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=otrs
-pkgver=6.0.25
+pkgver=6.0.26
pkgrel=1
pkgdesc="OTRS is the leading open-source Help Desk and IT Service Management (ITSM)"
arch=("any")
@@ -39,7 +39,7 @@ install="${pkgname}.install"
source=("${pkgname}.install"
"http://ftp.otrs.org/pub/otrs/${pkgname}-${pkgver}.tar.gz")
sha256sums=("cb10dda941c7477880ae06362ef69fe0cfb1d06ad9ad1315cb7322d4dd65963e"
- "f2a2e66de906f6ab0ea4da4eae73941ce896047118bc09ba0cbb529d5a0e5a3a")
+ "3779b250ca24900c1662b0ab0d9fc8fdff77a1152f072af65ecc64ec5fc20178")
prepare() {
cat << EOL > "${srcdir}/${pkgname}.service"