summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMidov2017-11-02 08:19:14 +0100
committerMidov2017-11-02 08:22:12 +0100
commit3a0fc90242d7e2aff92b230466d9518519722b50 (patch)
tree0d2e97cc0ff06fbd31b42fc84bd18e4b92f99fd1 /PKGBUILD
parent6a3972b6b1d8c675f734760a2c189431203ced64 (diff)
downloadaur-3a0fc90242d7e2aff92b230466d9518519722b50.tar.gz
v1.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e785cac7c53b..6623bd548a3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Midov <midov at midov dot pl>
pkgname=gotty-bin
-pkgver=1.0.0
+pkgver=1.0.1
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=('5621b2376a03a4ec6223d17ed7931699')
-md5sums_x86_64=('4b13c53c3991310d5ef2dbdd70ee1284')
-md5sums_arm=('7120937f7935820692c8c9f6aef3e3d1')
+md5sums_i686=('50884dc6640bf1751b864d20f14eca7b')
+md5sums_x86_64=('3c923e9130d71a47823c46ec4de3781b')
+md5sums_arm=('9d2fbd5d1c8dd6f661307a4b02f8c9b9')
package() {
install -Dm755 "${srcdir}/gotty" "${pkgdir}/usr/bin/gotty"