summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracerix2018-10-02 13:35:10 -0400
committeracerix2018-10-02 13:35:10 -0400
commite631e0c2f55cc4358bdce3467394825393e4c988 (patch)
tree07db07f439e8a24e0c2d271d8f93122f4f7e50d7 /PKGBUILD
parentefd8b50a2a2f6e86ccd4c91ebfdc37fda27eba7b (diff)
downloadaur-e631e0c2f55cc4358bdce3467394825393e4c988.tar.gz
Update to 0.6.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3367c4b48e11..423c225e63d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Dylan Ferris <dylan@psilly.com>
pkgname='atlas-cpp'
-pkgver=0.6.3
+pkgver=0.6.4
pkgrel=1
pkgdesc='The C++ reference implementation of the WorldForge Atlas protocol.'
arch=('x86_64')
-url='http://www.worldforge.org/index.php/components/atlas-cpp/'
+url='https://www.worldforge.org/index.php/components/atlas-cpp/'
license=('GPL2')
source=("https://github.com/worldforge/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('278e8c23e61720b165a62f64e74e9f8b')
+sha256sums=('74debbf2706b8a17bee5c715d026a6a1e51ee315685761fba378ea3564cde481')
build() {
cd $srcdir/$pkgname-$pkgver