summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÓscar García Amor2016-10-24 20:10:59 +0200
committerÓscar García Amor2016-10-24 20:10:59 +0200
commit65c4cf5ef8372dd97916226ad81af6f1846eb6c5 (patch)
tree7db6db477ee8248f77956fa9b8b2429bca6ee130 /PKGBUILD
parenta5989554ac76396ec6bff9d97cd26349533003c7 (diff)
downloadaur-65c4cf5ef8372dd97916226ad81af6f1846eb6c5.tar.gz
Updated to 1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4f3d6e0d14e..ca88f5fa0686 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=timeline
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="A plain-text based distributed social network build on top of git configuration manager"
arch=('any')
@@ -9,7 +9,7 @@ url="https://ajdiaz.me/timeline/"
license=('GPLv3')
depends=('bash' 'git')
source=("https://github.com/ajdiaz/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('f5f6fe025b97fa68a5ebf878093e4fcc524a2a17b5d1204de7a857accacb50b7')
+sha256sums=('0c80e3b045eff71478a4d7bfec4d064411cd2d16f3353ac90df68e4c5a3d1d29')
build() {
cd "${pkgname}-${pkgver}"