Skip to content
Snippets Groups Projects
Commit 44097605 authored by Thermi's avatar Thermi Committed by Natanael Copa
Browse files

testing/grommunio-admin-common: upgrade to 1.0_git20240313

parent 1291f531
No related branches found
No related tags found
No related merge requests found
# Maintainer: Noel Kuntze <noel.kuntze@contauro.com>
pkgname=grommunio-admin-common
pkgdesc="Common files for grommunio management"
pkgver=1.0_git20240118
pkgver=1.0_git20240313
pkgrel=0
arch="noarch !riscv64"
url="http://www.grommunio.com"
url="https://grommunio.com/"
license="AGPL-3.0-only"
options="!check" # No test suite
depends="bash"
_commithash=2a1dca824ed1a9e1dc5f5280dc559bcddde215a7
_commithash=36c09d448d8e3120a7eb32324b3a1d47e6cc3128
source="$pkgname-$pkgver.tar.gz::https://github.com/grommunio/admin-configs/archive/$_commithash.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/grommunio/admin-configs/archive/$_commithash.tar.gz
web-config.conf
nginx-ssl.conf
"
builddir="$srcdir/admin-configs-$_commithash"
package() {
mkdir -p "$pkgdir"
cp -rp . "$pkgdir"
# fix nginx directory
mv "$pkgdir/etc/nginx/conf.d" "$pkgdir/etc/nginx/http.d"
# nginx config files
install -m644 -D "$srcdir"/web-config.conf "$pkgdir"/etc/grommunio-admin-common/nginx.d/web-config.conf
install -m644 -D "$srcdir"/nginx-ssl.conf "$pkgdir"/etc/grommunio-common/nginx/nginx-ssl.conf
}
sha512sums="
f238f91c942b7f88b4aef524b2259df2724bb41c1b33c04a2f9533315e3b0714ddbbcb6b4097107689ac79879952ce8811d51824671ee7c69b19a487c9593858 grommunio-admin-common-1.0_git20240118.tar.gz
78bc241cf800cd30cfbe3e739d7a51a93548d68982b9146c40b00a6071e3bfc32723884f4074e4d30c4fbfe692e181a696955f7119d0bd099d33fa47b3117a05 grommunio-admin-common-1.0_git20240313.tar.gz
152d1a061f256310e53bf10923b4a413bb4716560bee908b9d96c34df24720369d91a3ca2b58197e2d495b669aa4213b82040239067d4eb73a79c0828e651f37 web-config.conf
e2d1a010813078651ca2e728589a1c0c84b6e098c87f59b2ec07d54a9f80b8c9a2168cd853dd73fe07ee6e05cc66f762c2d9ba2511c135314bb1727f6cbfba91 nginx-ssl.conf
"
ssl_certificate /etc/ssl/certs/mail.example.local.cert.pem;
ssl_certificate_key /etc/ssl/private/mail.example.local.key.pem;
location /config.json {
alias /etc/grommunio-admin-common/config.json;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment