summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÓscar García Amor2016-11-03 18:44:31 +0100
committerÓscar García Amor2016-11-03 18:44:31 +0100
commit24cba42f92458134fa95b57136d2b1e01e8c6af1 (patch)
treeec848de4c5ebb753db4e3b89de0533a7b3e4963f /PKGBUILD
parent65c4cf5ef8372dd97916226ad81af6f1846eb6c5 (diff)
downloadaur-24cba42f92458134fa95b57136d2b1e01e8c6af1.tar.gz
Updated to 1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca88f5fa0686..3e9436057bb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=timeline
-pkgver=1.1
+pkgver=1.2
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=('0c80e3b045eff71478a4d7bfec4d064411cd2d16f3353ac90df68e4c5a3d1d29')
+sha256sums=('c96d93fce73ce7fe06e136e3df2f89af3da21ffe85eb4fb09a41bec6857ee3b0')
build() {
cd "${pkgname}-${pkgver}"