Updated reflex-appimage to 1.0.21-1

This commit is contained in:
2026-08-18 00:01:09 +00:00
parent 2fde36f3cb
commit 6cb8d33af8
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = reflex-appimage pkgbase = reflex-appimage
pkgdesc = A next-generation, modern, and lightweight SSH client engineered for absolute efficiency pkgdesc = A next-generation, modern, and lightweight SSH client engineered for absolute efficiency
pkgver = 1.0.19 pkgver = 1.0.21
pkgrel = 1 pkgrel = 1
url = https://github.com/Sunhaiy/Reflex url = https://github.com/Sunhaiy/Reflex
arch = x86_64 arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = reflex-appimage
conflicts = reflex conflicts = reflex
options = !strip options = !strip
options = !debug options = !debug
source = reflex-1.0.19.AppImage::https://github.com/Sunhaiy/Reflex/releases/download/v1.0.19/reflex-1.0.19-linux-x86_64.AppImage source = reflex-1.0.21.AppImage::https://github.com/Sunhaiy/Reflex/releases/download/v1.0.21/reflex-1.0.21-linux-x86_64.AppImage
source = reflex.desktop source = reflex.desktop
source = reflex.png source = reflex.png
sha256sums = 6d3f642b190d0d7de55bbe7c51c5b523da3329b8f0a6da42c039115e258674da sha256sums = 4c3efe3a3db616b20816a2e4bc2f9789cda7d8ebfe1696aaf1dbed0110028e71
sha256sums = a6b3ff91e20406e878b0c844a2296d69b73a04361afe6d6cb7cc115a62ddce39 sha256sums = a6b3ff91e20406e878b0c844a2296d69b73a04361afe6d6cb7cc115a62ddce39
sha256sums = 90a0628bd8b3628609e7965d792478cf9f4fcc74a31ef450d0d47148eeb2da0a sha256sums = 90a0628bd8b3628609e7965d792478cf9f4fcc74a31ef450d0d47148eeb2da0a

View File

@@ -5,7 +5,7 @@ _srcname="Reflex"
_srcmntr="Sunhaiy" _srcmntr="Sunhaiy"
pkgname="${_pkgname}-appimage" pkgname="${_pkgname}-appimage"
pkgver="1.0.19" pkgver="1.0.21"
pkgrel="1" pkgrel="1"
pkgdesc="A next-generation, modern, and lightweight SSH client engineered for absolute efficiency" pkgdesc="A next-generation, modern, and lightweight SSH client engineered for absolute efficiency"
url="https://github.com/${_srcmntr}/${_srcname}" url="https://github.com/${_srcmntr}/${_srcname}"
@@ -23,7 +23,7 @@ conflicts=("reflex")
provides=("reflex") provides=("reflex")
sha256sums=( sha256sums=(
"6d3f642b190d0d7de55bbe7c51c5b523da3329b8f0a6da42c039115e258674da" "4c3efe3a3db616b20816a2e4bc2f9789cda7d8ebfe1696aaf1dbed0110028e71"
"a6b3ff91e20406e878b0c844a2296d69b73a04361afe6d6cb7cc115a62ddce39" "a6b3ff91e20406e878b0c844a2296d69b73a04361afe6d6cb7cc115a62ddce39"
"90a0628bd8b3628609e7965d792478cf9f4fcc74a31ef450d0d47148eeb2da0a" "90a0628bd8b3628609e7965d792478cf9f4fcc74a31ef450d0d47148eeb2da0a"
) )