Skip to content

Commit

Permalink
rio: update to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and lazka committed Nov 27, 2024
1 parent 40629a1 commit dc63d0a
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.1
pkgver=0.2.2
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=('4aa1a7e5860d30fd629edd18aee8b548e92ff264ca9a755f3e904d0422b60be4')
sha256sums=('a334cc6c71621ff84aef70d5185caee663f0409ebf3942f7496c5ba6533188b2')

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

0 comments on commit dc63d0a

Please sign in to comment.