summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7963de783b80..5e1c0cbddcc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = goshot-bin
pkgdesc = A powerful CLI tool and library for creating beautiful code screenshots with customizable window chrome, syntax highlighting, and backgrounds
- pkgver = 0.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/watzon/goshot
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = goshot-bin
optdepends = xclip: clipboard support for X11
provides = goshot
conflicts = goshot
- source_x86_64 = goshot_Linux_x86_64.tar.gz::https://github.com/watzon/goshot/releases/download/v0.7.0/goshot_Linux_x86_64.tar.gz
+ source_x86_64 = goshot_Linux_x86_64.tar.gz::https://github.com/watzon/goshot/releases/download/v0.7.1/goshot_Linux_x86_64.tar.gz
sha256sums_x86_64 = SKIP
- source_aarch64 = goshot_Linux_arm64.tar.gz::https://github.com/watzon/goshot/releases/download/v0.7.0/goshot_Linux_arm64.tar.gz
+ source_aarch64 = goshot_Linux_arm64.tar.gz::https://github.com/watzon/goshot/releases/download/v0.7.1/goshot_Linux_arm64.tar.gz
sha256sums_aarch64 = SKIP
pkgname = goshot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 97bd3e235c12..f38e513258f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Chris Watson <cawatson1993@gmail.com>
pkgname=goshot-bin
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc="A powerful CLI tool and library for creating beautiful code screenshots with customizable window chrome, syntax highlighting, and backgrounds"
arch=('x86_64' 'aarch64')