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 PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Tim Ebbeke <tim 06 tr (at) gmail dot com>

pkgname=nui-sftp
pkgver=1.0.2
pkgver=1.1.0
pkgrel=1
pkgdesc="NUI-based SFTP application"
arch=('x86_64')
Expand Down Expand Up @@ -39,9 +39,9 @@ source=(
"https://s3.g.s4.mega.io/jgemkib4a5fte35rktt5wxrwkw4ejk4ybemkf/nui-scp/icons.tar.gz"
)
sha256sums=(
'f5f51e5ee39755120eeacd4e73213d3d686163e1577c5f4db051dc634c499ff2'
'fbef915d832c6fb9228e28fd45f6d9ac2939a21aaaef8f84718b58a04dd9d99d'
'cf0fc442069dfd28bd8b7769da6dfdca92111044ea9817197716ed9bfada3869'
'0e6738a75b3acf4e9e7183b6ec9b7e57f6d76f010c20c82784b20d33b90bded9'
'9849abaa9889dfb1670a2498133b5fabc8bf010f72252325ba075c2614f392c8'
'30ffa48c3a509e878db31a1e5d80376242852e34d9c2aa3b44d2e3d1da2ce32e'
)

Expand Down
14 changes: 14 additions & 0 deletions org.nuicpp.nui_sftp.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@
</screenshot>
</screenshots>
<releases>
<release version="v1.1.0" date="2026-05-09">
<description>
<h2 id="whatschanged">What&apos;s Changed</h2>
<ul>
<li>Fix missing rpc replies by @5cript in https://github.com/5cript/nui-sftp/pull/164</li>
<li>Onboarding Flow by @5cript in https://github.com/5cript/nui-sftp/pull/165</li>
</ul>
<p>

<strong>Full Changelog</strong>
: https://github.com/5cript/nui-sftp/compare/v1.0.2…v1.1.0
</p>
</description>
</release>
<release version="v1.0.2" date="2026-05-06">
<description>
<h2 id="whatschanged">What&apos;s Changed</h2>
Expand Down
8 changes: 4 additions & 4 deletions org.nuicpp.nui_sftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ modules:
- cp -r * /app/frontend
sources:
- type: archive
url: https://github.com/5cript/nui-sftp/releases/download/v1.0.2/nui-sftp-linux-frontend_1.0.2.tar.gz
sha256: 0e6738a75b3acf4e9e7183b6ec9b7e57f6d76f010c20c82784b20d33b90bded9
url: https://github.com/5cript/nui-sftp/releases/download/v1.1.0/nui-sftp-linux-frontend_1.1.0.tar.gz
sha256: 9849abaa9889dfb1670a2498133b5fabc8bf010f72252325ba075c2614f392c8

- name: nui-sftp
buildsystem: simple
Expand Down Expand Up @@ -128,7 +128,7 @@ modules:
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
-DOFFLINE_BUILD=ON
-DJSON_Diagnostics=ON
-DFORCED_PROJECT_VERSION=1.0.2
-DFORCED_PROJECT_VERSION=1.1.0
- cmake --build build/flatpak
- OMIT_FRONTEND=true ./scripts/deploy.sh
# Copy icons to assets/icons dir
Expand All @@ -146,7 +146,7 @@ modules:
sources:
- type: git
url: https://github.com/5cript/nui-sftp
tag: v1.0.2
tag: v1.1.0
- type: archive
url: https://s3.g.s4.mega.io/jgemkib4a5fte35rktt5wxrwkw4ejk4ybemkf/nui-scp/icons.tar.gz
sha256: 30ffa48c3a509e878db31a1e5d80376242852e34d9c2aa3b44d2e3d1da2ce32e
Expand Down
Loading