Skip to content

Commit 270fb0c

Browse files
chore: revert back to be a bleeding version
Only the Docker image, the Flahub binaries and the snap (on the edge channel) will be released. This is for testing purposes. Signed-off-by: Claudio André <[email protected]>
1 parent 580bf3f commit 270fb0c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ name: Docker
3131
VERSION_NAME:
3232
description: "The software version name"
3333
required: true
34-
default: "1.9.1-ce"
34+
default: "1.9J1+"
3535
tag:
3636
description: "The image tag"
3737
required: true

deploy/Release.ID

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.9.1-ce
1+
1.9J1+

deploy/flatpak/com.openwall.John.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"runtime-version": "24.08",
66
"sdk": "org.freedesktop.Sdk",
77
"command": "john",
8-
"tags": ["1.9J1+2404"],
8+
"tags": ["bleeding"],
99
"finish-args": ["--filesystem=home", "--share=ipc", "--device=dri"],
1010
"add-extensions": {
1111
"org.freedesktop.Platform.GL": {

deploy/metadata/com.openwall.John.metainfo.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
</provides>
7474

7575
<releases>
76-
<release type="stable" version="1.9J1+2404" date="2024-04-01" urgency="high">
76+
<release type="stable" version="bleeding" date="2025-01-01" urgency="high">
7777
<description>
7878
<p>
7979
This is a maintenance release. Based on upstream bleeding.

deploy/snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# More info at https://github.com/openwall/john-packages
2222
---
2323
name: john-the-ripper
24-
version: 1.9J1+2404
24+
version: bleeding
2525

2626
base: core24
2727
confinement: strict

0 commit comments

Comments
 (0)