Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/ghostty-app/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pkgbase = ghostty-app
gives = ghostty
pkgver = 1.2.3
pkgver = 1.3.1
pkgdesc = Fast, feature-rich, and cross-platform terminal emulator
url = https://github.com/psadi/ghostty-appimage
arch = amd64
maintainer = James Ed Randson <jimedrand@disroot.org>
repology = project: ghostty
source = https://github.com/psadi/ghostty-appimage/releases/download/v1.2.3/Ghostty-1.2.3-x86_64.AppImage
sha256sums = cf239a0a9383aa9a148da2f6c6444993f871618cf4309d4db15d7be992d16725
source = https://github.com/psadi/ghostty-appimage/releases/download/v1.3.1/Ghostty-1.3.1-x86_64.AppImage
sha256sums = fde48d2b716afd1978766879bbf1aae30dd305e8ad86a1037a2614a14d82dc28

pkgname = ghostty-app
4 changes: 2 additions & 2 deletions packages/ghostty-app/ghostty-app.pacscript
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pkgname="ghostty-app"
gives="ghostty"
arch=("amd64")
pkgver="1.2.3"
pkgver="1.3.1"
url='https://github.com/psadi/ghostty-appimage'
pkgdesc="Fast, feature-rich, and cross-platform terminal emulator"
maintainer=("James Ed Randson <jimedrand@disroot.org>")
repology=("project: ghostty")
source=("https://github.com/psadi/${gives}-appimage/releases/download/v${pkgver}/Ghostty-${pkgver}-x86_64.AppImage")
sha256sums=("cf239a0a9383aa9a148da2f6c6444993f871618cf4309d4db15d7be992d16725")
sha256sums=("fde48d2b716afd1978766879bbf1aae30dd305e8ad86a1037a2614a14d82dc28")

package() {
chmod +x "Ghostty-${pkgver}-x86_64.AppImage"
Expand Down
6 changes: 3 additions & 3 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -4046,14 +4046,14 @@ pkgname = ghcup-bin
---
pkgbase = ghostty-app
gives = ghostty
pkgver = 1.2.3
pkgver = 1.3.1
pkgdesc = Fast, feature-rich, and cross-platform terminal emulator
url = https://github.com/psadi/ghostty-appimage
arch = amd64
maintainer = James Ed Randson <jimedrand@disroot.org>
repology = project: ghostty
source = https://github.com/psadi/ghostty-appimage/releases/download/v1.2.3/Ghostty-1.2.3-x86_64.AppImage
sha256sums = cf239a0a9383aa9a148da2f6c6444993f871618cf4309d4db15d7be992d16725
source = https://github.com/psadi/ghostty-appimage/releases/download/v1.3.1/Ghostty-1.3.1-x86_64.AppImage
sha256sums = fde48d2b716afd1978766879bbf1aae30dd305e8ad86a1037a2614a14d82dc28

pkgname = ghostty-app
---
Expand Down
Loading