summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosmic Horror2023-11-23 11:25:26 -0700
committerCosmic Horror2023-11-23 11:25:26 -0700
commitd60f4a9f3e43838c4843d617069c54eac537250f (patch)
tree6fbe70a4eb2f2681bf95f08fdd421003d058dc35
parentf709bdc6e9f9d05c10c88a43296a30c359608bf1 (diff)
downloadaur-d60f4a9f3e43838c4843d617069c54eac537250f.tar.gz
upgpkg: inlyne-bin 0.3.2-1
upstream release Update inlyne-bin to v0.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c30dff5b8e91..73bb90e0b78b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inlyne-bin
pkgdesc = A GPU powered yet browserless tool to help you quickly view markdown files in the blink of an eye
- pkgver = 0.3.1
+ pkgver = 0.3.2
pkgrel = 1
url = https://github.com/trimental/inlyne
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = inlyne-bin
depends = openssl
provides = inlyne
conflicts = inlyne
- source = https://github.com/trimental/inlyne/releases/download/v0.3.1/inlyne-v0.3.1-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 74e0a4180f42b2ff7a35015340a41c2711089d13871cf7f2ce666d3a028f7bf1
+ source = https://github.com/trimental/inlyne/releases/download/v0.3.2/inlyne-v0.3.2-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 44c4c008c7877f75726a3708c2e995c39299699f705648f66658cfcbadd2f121
pkgname = inlyne-bin
diff --git a/PKGBUILD b/PKGBUILD
index ac07b1ab33b8..7811a57c8655 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: CosmicHorror <CosmicHorrorDev@pm.me>
pkgname=inlyne-bin
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
pkgdesc='A GPU powered yet browserless tool to help you quickly view markdown files in the blink of an eye'
arch=(x86_64)
@@ -11,7 +11,7 @@ source=("$url/releases/download/v$pkgver/inlyne-v$pkgver-x86_64-unknown-linux-gn
depends=(fontconfig gcc-libs freetype2 libxcursor libxi libxrandr oniguruma openssl)
conflicts=('inlyne')
provides=('inlyne')
-sha256sums=('74e0a4180f42b2ff7a35015340a41c2711089d13871cf7f2ce666d3a028f7bf1')
+sha256sums=('44c4c008c7877f75726a3708c2e995c39299699f705648f66658cfcbadd2f121')
package() {
cd "$srcdir/inlyne-v$pkgver-x86_64-unknown-linux-gnu"