diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = x48ng pkgdesc = A reboot of the x48 HP 48 emulator - pkgver = 0.41.0 + pkgver = 0.41.1 pkgrel = 1 url = https://github.com/gwenhael-le-moine/x48ng install = x48ng.install @@ -16,9 +16,9 @@ pkgbase = x48ng depends = xterm depends = xorg-mkfontscale depends = xorg-fonts-misc - source = x48ng-0.41.0.tar.gz::https://github.com/gwenhael-le-moine/x48ng/archive/refs/tags/0.41.0.tar.gz + source = x48ng-0.41.1.tar.gz::https://github.com/gwenhael-le-moine/x48ng/archive/refs/tags/0.41.1.tar.gz source = ui_text.c_1.patch - sha256sums = afc0bddb94190bad3f2d26eb020017c6cc37ddfb48ad20f6d9f1317375159471 + sha256sums = af921838f62ae2c01217ed9a3e6504069e33b2a642d0700bbc29422a4cfbf56f sha256sums = 94550704486e179bf0e1495b5fb6fc55c9663fe61d6e44dd45cff8bfe840f301 pkgname = x48ng @@ -2,10 +2,10 @@ _githubuser=gwenhael-le-moine _githubrepo=x48ng -_pkgtagname=0.41.0 +_pkgtagname=0.41.1 pkgname=x48ng -pkgver=0.41.0 +pkgver=0.41.1 pkgrel=1 pkgdesc='A reboot of the x48 HP 48 emulator' arch=('any') @@ -16,7 +16,7 @@ makedepends=('lua') install="${pkgname}.install" source=("${_githubrepo}-${pkgver}.tar.gz::https://github.com/${_githubuser}/${_githubrepo}/archive/refs/tags/${_pkgtagname}.tar.gz" 'ui_text.c_1.patch') -sha256sums=('afc0bddb94190bad3f2d26eb020017c6cc37ddfb48ad20f6d9f1317375159471' +sha256sums=('af921838f62ae2c01217ed9a3e6504069e33b2a642d0700bbc29422a4cfbf56f' '94550704486e179bf0e1495b5fb6fc55c9663fe61d6e44dd45cff8bfe840f301') build() { |