summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosmic Horror2023-12-02 14:33:46 -0700
committerCosmic Horror2023-12-02 14:33:46 -0700
commit7ea4a938dc22047f43bae2165c97cdc6fa985d5e (patch)
tree92678bed1ee299861b0ab3c6c3d5e878269a36d7
parentd60f4a9f3e43838c4843d617069c54eac537250f (diff)
downloadaur-7ea4a938dc22047f43bae2165c97cdc6fa985d5e.tar.gz
upgpkg: inlyne-bin 0.3.3-1
upstream release Update inlyne-bin to v0.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73bb90e0b78b..d9517b960bad 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.2
+ pkgver = 0.3.3
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.2/inlyne-v0.3.2-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 44c4c008c7877f75726a3708c2e995c39299699f705648f66658cfcbadd2f121
+ source = https://github.com/trimental/inlyne/releases/download/v0.3.3/inlyne-v0.3.3-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 9ea754547a483abb1a1ab2980ee0a2919608ff909b8083782c48a75766c59c0e
pkgname = inlyne-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7811a57c8655..636a047ae7c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: CosmicHorror <CosmicHorrorDev@pm.me>
pkgname=inlyne-bin
-pkgver=0.3.2
+pkgver=0.3.3
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=('44c4c008c7877f75726a3708c2e995c39299699f705648f66658cfcbadd2f121')
+sha256sums=('9ea754547a483abb1a1ab2980ee0a2919608ff909b8083782c48a75766c59c0e')
package() {
cd "$srcdir/inlyne-v$pkgver-x86_64-unknown-linux-gnu"