summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Feletto2021-09-14 11:38:08 +0200
committerAndrea Feletto2021-09-14 11:38:08 +0200
commita57932d4261fd7f8ca4ed0b30ddd6d3e867d83aa (patch)
tree8b1a94009bbe6df688dba314e3a803b7a584948c
parent6cac992f4676e51f72f9f4cd069ef9369e9c7bd1 (diff)
downloadaur-a57932d4261fd7f8ca4ed0b30ddd6d3e867d83aa.tar.gz
version 0.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e0986261869..c4a28874614b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = telescope-bin
pkgdesc = w3m-like browser for Gemini.
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = https://telescope.omarpolo.com
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = telescope-bin
provides = telescope
conflicts = telescope
conflicts = telescope-git
- source = https://github.com/omar-polo/telescope/releases/download/0.5.1/telescope-0.5.1-binaries.tar.gz
+ source = https://github.com/omar-polo/telescope/releases/download/0.5.2/telescope-0.5.2-binaries.tar.gz
source = https://raw.githubusercontent.com/omar-polo/telescope/main/LICENSE
- sha256sums = 41a05ecfa3db88e3131440859a043ce7c5c1106229d312c9d78dc5da5a6ed571
+ sha256sums = c8382a51122d69b174bb22c8358f469ac08d90f88a484d12729c7287e803429d
sha256sums = d74e569d89bef32bc5b9b297e581022674b62e4f9317fa72b971947f9e7ecd67
pkgname = telescope-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2a96e1d2af9a..64dfc5440253 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=telescope-bin
_pkgname=${pkgname%-*}
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc='w3m-like browser for Gemini.'
arch=('x86_64')
@@ -17,7 +17,7 @@ source=(
'https://raw.githubusercontent.com/omar-polo/telescope/main/LICENSE'
)
sha256sums=(
- '41a05ecfa3db88e3131440859a043ce7c5c1106229d312c9d78dc5da5a6ed571'
+ 'c8382a51122d69b174bb22c8358f469ac08d90f88a484d12729c7287e803429d'
'd74e569d89bef32bc5b9b297e581022674b62e4f9317fa72b971947f9e7ecd67'
)