summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Krajewski2017-01-25 09:21:54 +0100
committerArtur Krajewski2017-01-25 09:21:54 +0100
commit034b688a06364e3da2c554051c26f34b83916f75 (patch)
treef2e7858667713d106d41aa4fe229487cb6cf01ce
parent5cd5c5d37bdb8f242ab198800447272f8425725e (diff)
downloadaur-034b688a06364e3da2c554051c26f34b83916f75.tar.gz
v0.0.13
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 781a485cef66..6928f28548da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Midov <midov at midov dot pl>
pkgname=gotty-bin
-pkgver=0.0.12
+pkgver=0.0.13
pkgrel=1
pkgdesc="Simple command line tool that turns your CLI tools into web applications."
url="https://github.com/yudai/gotty"
@@ -9,9 +9,9 @@ license=('MIT')
source_i686=(https://github.com/yudai/gotty/releases/download/v${pkgver}/gotty_linux_386.tar.gz)
source_x86_64=(https://github.com/yudai/gotty/releases/download/v${pkgver}/gotty_linux_amd64.tar.gz)
source_arm=(https://github.com/yudai/gotty/releases/download/v${pkgver}/gotty_linux_arm.tar.gz)
-md5sums_i686=('0037bb69f786e3876e4c4e22e103f91b')
-md5sums_x86_64=('a61ddfb21c30819a298db66731fd3dba')
-md5sums_arm=('72f22769a8c4470627e4daea24c50f70')
+md5sums_i686=('63a1888674c9e8000e76e46a63e51a8b')
+md5sums_x86_64=('b4e22fe8574521154e37a4fe93b4d403')
+md5sums_arm=('cc13f3b2a1ec91d934d03736c61fdd15')
package() {
install -Dm755 "${srcdir}/gotty" "${pkgdir}/usr/bin/gotty"