mirror of
https://github.com/archlinux/aur.git
synced 2026-01-31 03:24:45 +01:00
upgpkg: gerrit 2.14.4-1
This commit is contained in:
parent
9fed3747d7
commit
627beecd3c
2 changed files with 4 additions and 4 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -4,7 +4,7 @@
|
|||
# Contributor: Marcel Huber <marcelhuberfoo at gmail dot com>
|
||||
|
||||
pkgname=gerrit
|
||||
pkgver=2.14.3
|
||||
pkgver=2.14.4
|
||||
pkgrel=1
|
||||
pkgdesc="A web-based code review tool built on top of the Git version control system"
|
||||
arch=(any)
|
||||
|
|
@ -25,7 +25,7 @@ source=(http://gerrit-releases.storage.googleapis.com/gerrit-$pkgver.war
|
|||
gerrit.conf
|
||||
gerrit.systemd)
|
||||
noextract=(gerrit.war)
|
||||
sha256sums=('db602d06b11bfa81f1cb016c4717a99699828eda08afb2caa504175a2ea4b9c3'
|
||||
sha256sums=('717a3dbf7764efa4cec0c1ff92aebd8815c97cf31c418e61be7325fc3cf64c6d'
|
||||
'35becf2754e3779c750b2889909349160c2b0584ec201f6cfb5cf2c42e6fc598'
|
||||
'be1d205c6a0f3b24aad3c385f8188c64bfa3a9799ecf8ce5e089149af991a645')
|
||||
package() {
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ post_install() {
|
|||
_set_dir_permissions
|
||||
_enable_systemd_service
|
||||
_start_systemd_service
|
||||
echo " To initialize gerrit, see https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.2/index.html"
|
||||
echo " To initialize gerrit, see https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.4/index.html"
|
||||
echo " To setup gerrit do:"
|
||||
echo " sudo su - gerrit"
|
||||
echo " java -jar /usr/share/java/gerrit/gerrit.war init -d /var/lib/gerrit"
|
||||
|
|
@ -99,7 +99,7 @@ post_upgrade() {
|
|||
_enable_systemd_service
|
||||
_reload_systemd_service
|
||||
_start_systemd_service
|
||||
echo " To update gerrit, see https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.2/index.html"
|
||||
echo " To update gerrit, see https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.4/index.html"
|
||||
echo " To update gerrit do:"
|
||||
echo " sudo su - gerrit"
|
||||
echo " java -jar /usr/share/java/gerrit/gerrit.war init -d /var/lib/gerrit"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue