Skip to content

Commit dd05de2

Browse files
committed
Prepared release 0.6.1
1 parent 6e83776 commit dd05de2

3 files changed

Lines changed: 22 additions & 9 deletions

File tree

PKGBUILD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Tim Ebbeke <tim 06 tr (at) gmail dot com>
22

33
pkgname=nui-sftp
4-
pkgver=0.6.0
4+
pkgver=0.6.1
55
pkgrel=1
66
pkgdesc="NUI-based SFTP application"
77
arch=('x86_64')
@@ -29,7 +29,7 @@ makedepends=(
2929
options=('!debug')
3030
source=(
3131
"$pkgname::git+$url.git#tag=v${pkgver//_/-}"
32-
"git+https://github.com/NuiCpp/Nui.git#tag=v3.2.1"
32+
"git+https://github.com/NuiCpp/Nui.git#tag=v3.3.0"
3333
"git+https://github.com/5cript/roar.git#commit=52acf8675404d6e370a4f7f6ce8e78d507b18e5d"
3434
"git+https://github.com/DNKpp/gimo.git#commit=16377a6d496b31a9272f9a079c060fba15258bcc"
3535
"git+https://github.com/NuiCpp/traits.git#commit=6c9caa21c48c9e1f7f039a7bdf8805a0940fce0a"
@@ -39,14 +39,14 @@ source=(
3939
"https://s3.g.s4.mega.io/jgemkib4a5fte35rktt5wxrwkw4ejk4ybemkf/nui-scp/icons.tar.gz"
4040
)
4141
sha256sums=(
42-
'6e09b58d13086aa1fe74a40ba5388f99302e8a0ba65fe6692921b78454117e7a'
43-
'33bd58edbb90e79d8bd686a00b01221abcdd07057a618d5121cd77f5d649f3c0'
42+
'1279a58105e4b73f77baee658b910fc148f31dfb93209ea6562226edc8755b09'
43+
'4393f80783db0681030037588b160bc7af862f7697840e8f0edf3a01aa32f4da'
4444
'444ad0bb110a2543bcf29b4ecbd4def53b937bc35e9e587a28f92bf52503c7dd'
4545
'8d5c5f36710425e8660470db14a5d6011e20b4e9be638f3ab34ad81f9fe286b7'
4646
'77bed25f96135cdcf1b8274664c9564375f9823866e7d55e843f75a213af5359'
4747
'7298fc3edbf09a08a49251d1e50bbe65d1f5b35732f17ecf2207843c25874e35'
4848
'cf0fc442069dfd28bd8b7769da6dfdca92111044ea9817197716ed9bfada3869'
49-
'2a0d3de049a3083c49ae6bbf532133aba8fea3a27f43b91b18df18e0eb0d0da6'
49+
'9eb975554c1b297ee23a2f73ec7e78b2279cbb5224460a735f274789f8e5629a'
5050
'30ffa48c3a509e878db31a1e5d80376242852e34d9c2aa3b44d2e3d1da2ce32e'
5151
)
5252

org.nuicpp.nui_sftp.metainfo.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@
2020
</screenshot>
2121
</screenshots>
2222
<releases>
23+
<release version="v0.6.1" date="2026-04-03">
24+
<description>
25+
<h2 id="whatschanged">What&apos;s Changed</h2>
26+
<ul>
27+
<li>Feat/asset finder improvements by @5cript in https://github.com/5cript/nui-sftp/pull/87</li>
28+
</ul>
29+
<p>
30+
31+
<strong>Full Changelog</strong>
32+
: https://github.com/5cript/nui-sftp/compare/v0.6.0…v0.6.1
33+
</p>
34+
</description>
35+
</release>
2336
<release version="v0.6.0" date="2026-04-03">
2437
<description>
2538
<h2 id="whatschanged">What&apos;s Changed</h2>

org.nuicpp.nui_sftp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ modules:
9393
- cp -r * /app/frontend
9494
sources:
9595
- type: archive
96-
url: https://github.com/5cript/nui-sftp/releases/download/v0.6.0/nui-sftp-linux-frontend_0.6.0.tar.gz
97-
sha256: 2a0d3de049a3083c49ae6bbf532133aba8fea3a27f43b91b18df18e0eb0d0da6
96+
url: https://github.com/5cript/nui-sftp/releases/download/v0.6.1/nui-sftp-linux-frontend_0.6.1.tar.gz
97+
sha256: 9eb975554c1b297ee23a2f73ec7e78b2279cbb5224460a735f274789f8e5629a
9898

9999
- name: nui-sftp
100100
buildsystem: simple
@@ -124,7 +124,7 @@ modules:
124124
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
125125
-DOFFLINE_BUILD=ON
126126
-DJSON_Diagnostics=ON
127-
-DFORCED_PROJECT_VERSION=0.6.0
127+
-DFORCED_PROJECT_VERSION=0.6.1
128128
- cmake --build build/flatpak
129129
- OMIT_FRONTEND=true ./scripts/deploy.sh
130130
# Copy icons to assets/icons dir
@@ -144,7 +144,7 @@ modules:
144144
tag: v0.2.0
145145
- type: git
146146
url: https://github.com/NuiCpp/Nui.git
147-
tag: v3.2.1
147+
tag: v3.3.0
148148
dest: 'dependencies/Nui'
149149
- type: git
150150
url: https://github.com/5cript/roar.git

0 commit comments

Comments
 (0)