Skip to content

Commit

Permalink
chore: release 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
keshavbhatt committed Apr 11, 2024
1 parent 58a78f9 commit fdb9219
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appserver/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname="carbonio-appserver"
pkgver="4.1.1"
pkgver="4.1.2"
pkgrel="1"
pkgdesc="An open-source, community-driven email server"
maintainer="Zextras <[email protected]>"
Expand Down Expand Up @@ -29,7 +29,7 @@ depends=(

source=(
"https://zextras.jfrog.io/artifactory/public-maven-repo/zimbra/zm-clam-scanner-store/22.3.0/zm-clam-scanner-store-22.3.0.jar"
"https://zextras.jfrog.io/artifactory/public-maven-repo/zimbra/zm-nginx-lookup-store/24.3.0/zm-nginx-lookup-store-24.3.0.jar"
"https://zextras.jfrog.io/artifactory/public-maven-repo/zimbra/zm-nginx-lookup-store/24.5.0/zm-nginx-lookup-store-24.5.0.jar"
"${pkgname}.target"
)

Expand Down Expand Up @@ -108,7 +108,7 @@ package() {
install -D ${srcdir}/zm-clam-scanner-store-22.3.0.jar \
-t "${pkgdir}/opt/zextras/lib/ext/clamscanner/"

install -D ${srcdir}/zm-nginx-lookup-store-24.3.0.jar \
install -D ${srcdir}/zm-nginx-lookup-store-24.5.0.jar \
-t "${pkgdir}/opt/zextras/lib/ext/nginx-lookup/"

install -D conf/hotspot_compiler \
Expand Down

0 comments on commit fdb9219

Please sign in to comment.