summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMidov2022-07-13 14:19:19 +0200
committerMidov2022-07-13 14:19:19 +0200
commitb6a59768ecf44fedd83e7c43788a91aa0d84fa3b (patch)
tree8fa2a328ba1ff50dbbda5b3186651028793237b6 /PKGBUILD
parent89dcab2dca1ef137cbe42af28a275329a0c676e2 (diff)
downloadaur-gotty-bin.tar.gz
v1.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 161acf2ad4ef..c560f3add1b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Midov <midov at midov dot pl>
pkgname=gotty-bin
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc="Simple command line tool that turns your CLI tools into web applications."
url="https://github.com/sorenisanerd/gotty"
@@ -13,13 +13,13 @@ source_armv6h=(https://github.com/sorenisanerd/gotty/releases/download/v${pkgver
source_armv7h=(https://github.com/sorenisanerd/gotty/releases/download/v${pkgver}/gotty_v${pkgver}_linux_arm.tar.gz)
source_armv7l=(https://github.com/sorenisanerd/gotty/releases/download/v${pkgver}/gotty_v${pkgver}_linux_arm.tar.gz)
source_armv5=(https://github.com/sorenisanerd/gotty/releases/download/v${pkgver}/gotty_v${pkgver}_linux_arm.tar.gz)
-md5sums_i686=('149b4fd25d57c48f68bd7330924ba305')
-md5sums_x86_64=('bafe04ed4261e4cc969aa0b20c8e640f')
-md5sums_arm=('037240074bd89bedf94067cd41295b3c')
-md5sums_armv6h=('037240074bd89bedf94067cd41295b3c')
-md5sums_armv7h=('037240074bd89bedf94067cd41295b3c')
-md5sums_armv7l=('037240074bd89bedf94067cd41295b3c')
-md5sums_armv5=('037240074bd89bedf94067cd41295b3c')
+md5sums_i686=('dafb305f339f0567f8eed25917c84cc6')
+md5sums_x86_64=('975d39ae3c6d72d19bf1504d291b4405')
+md5sums_arm=('09de8befd0ae61cae922653bc83a6dbf')
+md5sums_armv6h=('09de8befd0ae61cae922653bc83a6dbf')
+md5sums_armv7h=('09de8befd0ae61cae922653bc83a6dbf')
+md5sums_armv7l=('09de8befd0ae61cae922653bc83a6dbf')
+md5sums_armv5=('09de8befd0ae61cae922653bc83a6dbf')
package() {
install -Dm755 "${srcdir}/gotty" "${pkgdir}/usr/bin/gotty"