Skip to content

Commit

Permalink
rio: update to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and lazka committed Nov 17, 2024
1 parent 6c8008e commit 5a9a6af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-rio/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
_realname=rio
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.2.0
pkgver=0.2.1
pkgrel=1
pkgdesc="A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers (mingw-w64)"
arch=('any')
Expand All @@ -11,7 +11,7 @@ url="https://github.com/raphamorim/rio"
license=('spdx:MIT')
makedepends=("${MINGW_PACKAGE_PREFIX}-rust")
source=("https://github.com/raphamorim/${_realname}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('605ca1e5094119337223378e477236e7de7d4110473aefb7e51396dbd0e89a4c')
sha256sums=('4aa1a7e5860d30fd629edd18aee8b548e92ff264ca9a755f3e904d0422b60be4')

prepare() {
cd "${_realname}-${pkgver}"
Expand Down

0 comments on commit 5a9a6af

Please sign in to comment.