summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Matson2017-06-24 17:17:48 -0700
committerDavid Matson2017-06-24 17:17:48 -0700
commitb37992c7108c441f6f4e7b3fa4953268d359384b (patch)
tree48f714c77567f11fddcdcfb21eaf237b4ccfad2e
parent0f5396e7aadae37be5bf21f6b97ecb2f583d62db (diff)
downloadaur-b37992c7108c441f6f4e7b3fa4953268d359384b.tar.gz
Update to 1.6.18.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d84a2c027d7..95a8d30dac3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = freeswitch-config-demo
pkgdesc = Sample configuration for demonstrating FreeSWITCH
- pkgver = 1.6.17
+ pkgver = 1.6.18
pkgrel = 1
url = https://freeswitch.org/
arch = any
@@ -221,8 +221,8 @@ pkgbase = freeswitch-config-demo
backup = etc/freeswitch/vars.xml
backup = etc/freeswitch/voicemail.tpl
backup = etc/freeswitch/web-vm.tpl
- source = https://files.freeswitch.org/releases/freeswitch/freeswitch-1.6.17.tar.xz
- sha256sums = 709b3e43362d86b9682a7db14eb344b74362493d68244dfc4e6f40218089d4e1
+ source = https://files.freeswitch.org/releases/freeswitch/freeswitch-1.6.18.tar.xz
+ sha256sums = ac1b32f61e5c35680c5a2d6f145bc480cf26e6527af07d8b8b9fa2d5280252cd
pkgname = freeswitch-config-demo
diff --git a/PKGBUILD b/PKGBUILD
index 6df5a0c7e1dd..063232895665 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: David Matson <gitcoder at outlook dot com>
pkgname=freeswitch-config-demo
-pkgver=1.6.17
+pkgver=1.6.18
pkgrel=1
pkgdesc='Sample configuration for demonstrating FreeSWITCH'
arch=('any')
@@ -223,7 +223,7 @@ backup=('etc/freeswitch/autoload_configs/abstraction.conf.xml'
'etc/freeswitch/voicemail.tpl'
'etc/freeswitch/web-vm.tpl')
source=("https://files.freeswitch.org/releases/freeswitch/freeswitch-$pkgver.tar.xz")
-sha256sums=('709b3e43362d86b9682a7db14eb344b74362493d68244dfc4e6f40218089d4e1')
+sha256sums=('ac1b32f61e5c35680c5a2d6f145bc480cf26e6527af07d8b8b9fa2d5280252cd')
build() {
cd "freeswitch-$pkgver"