Skip to content

Commit

Permalink
Releasing version 0.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: ibilux <[email protected]>
  • Loading branch information
ibilux committed Dec 12, 2024
1 parent d287078 commit f5f8247
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 15 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ So here it is !
| Distro | Download Link |
| - | - |
| Arch | `yaourt mobydroid` [`mobydroid`](https://aur.archlinux.org/packages/mobydroid/) (AUR)|
| Debian | [mobydroid_0.7-1.deb](https://github.com/ibilux/MobyDroid/releases/download/v0.7/mobydroid_v0.7-1.deb) |
| Fedora RPM | [mobydroid-0.7-1.rpm](https://github.com/ibilux/MobyDroid/releases/download/v0.7/mobydroid-0.7-1.noarch.rpm) |
| Debian | [mobydroid_0.7.2-1.deb](https://github.com/ibilux/MobyDroid/releases/download/v0.7.2/mobydroid_v0.7.2-1.deb) |
| Fedora RPM | [mobydroid-0.7.2-1.rpm](https://github.com/ibilux/MobyDroid/releases/download/v0.7.2/mobydroid-0.7.2-1.noarch.rpm) |
| Manjaro | `yaourt mobydroid` [`mobydroid`](https://aur.archlinux.org/packages/mobydroid/) (AUR)|
| Ubuntu | [mobydroid_0.7-1.deb](https://github.com/ibilux/MobyDroid/releases/download/v0.7/mobydroid_v0.7-1.deb) |
| RPM | [mobydroid-0.7-1.rpm](https://github.com/ibilux/MobyDroid/releases/download/v0.7/mobydroid-0.7-1.noarch.rpm) |
| Ubuntu | [mobydroid_0.7.2-1.deb](https://github.com/ibilux/MobyDroid/releases/download/v0.7.2/mobydroid_v0.7.2-1.deb) |
| RPM | [mobydroid-0.7.2-1.rpm](https://github.com/ibilux/MobyDroid/releases/download/v0.7.2/mobydroid-0.7.2-1.noarch.rpm) |


## Download ##

| Type | Size | Download Link |
| - | - | - |
| Standalone | 2.29 MB | [MobyDroid_v0.7.zip](https://github.com/ibilux/MobyDroid/releases/download/v0.7/MobyDroid_v0.7.zip) |
| Jar Only | 0.22 MB | [MobyDroid_v0.7_jar.zip](https://github.com/ibilux/MobyDroid/releases/download/v0.7/MobyDroid_v0.7_jar.zip) |
| Standalone | 2.29 MB | [MobyDroid_v0.7.2.zip](https://github.com/ibilux/MobyDroid/releases/download/v0.7.2/MobyDroid_v0.7.2.zip) |
| Jar Only | 0.22 MB | [MobyDroid_v0.7.2_jar.zip](https://github.com/ibilux/MobyDroid/releases/download/v0.7.2/MobyDroid_v0.7.2_jar.zip) |


## BETA ##
Expand Down
6 changes: 3 additions & 3 deletions arch/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
pkgbase = mobydroid
pkgdesc = GUI for Android SDK/ADB, Android phone manager
pkgver = 0.7
pkgver = 0.7.2
pkgrel = 1
url = https://github.com/ibilux/MobyDroid
arch = any
license = custom:proprietary
depends = java-runtime
depends = android-tools
source = https://github.com/ibilux/MobyDroid/releases/download/v0.7/MobyDroid_v0.7.zip
source = https://github.com/ibilux/MobyDroid/releases/download/v0.7.2/MobyDroid_v0.7.2.zip
source = mobydroid.png
source = mobydroid.desktop
source = mobydroid-arch.sh
md5sums = 1dff264af47378ce405761a74345942f
md5sums = ab1f3501586ab36c8378ee346093c830
md5sums = 7118cfd58a0ac4d16b7818423226ce89
md5sums = 51bec0dc091c9b6ca6f98c435ec2bf62
md5sums = 9f0bc607aee8683ded5c8eeb8411d364
Expand Down
4 changes: 2 additions & 2 deletions arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maintainer: bilux <[email protected]>

pkgname=mobydroid
pkgver=0.7
pkgver=0.7.2
pkgrel=1
arch=('any')
pkgdesc="GUI for Android SDK/ADB, Android phone manager"
Expand All @@ -14,7 +14,7 @@ source=("https://github.com/ibilux/MobyDroid/releases/download/v$pkgver/MobyDroi
"$pkgname.desktop"
"$pkgname-arch.sh")

md5sums=('1dff264af47378ce405761a74345942f'
md5sums=('ab1f3501586ab36c8378ee346093c830'
'7118cfd58a0ac4d16b7818423226ce89'
'51bec0dc091c9b6ca6f98c435ec2bf62'
'9f0bc607aee8683ded5c8eeb8411d364')
Expand Down
2 changes: 1 addition & 1 deletion debian/mobydroid/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: mobydroid
Version: 0.7-1
Version: 0.7.2-1
Section: base
Priority: optional
Architecture: all
Expand Down
3 changes: 2 additions & 1 deletion fedora_rpm/mobydroid.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define _binaries_in_noarch_packages_terminate_build 0
Name: mobydroid
Version: 0.7
Version: 0.7.2
Release: 1%{?dist}
Summary: GUI for Android SDK/ADB
BuildArch: noarch
Expand Down Expand Up @@ -49,6 +49,7 @@ install -Dm755 %{SOURCE3} %{buildroot}%{_bindir}/mobydroid


%changelog
* Thu Dec 12 2024 bilux <[email protected]> 0.7.2-1
* Fri May 24 2024 bilux <[email protected]> 0.7-1
* Fri Sep 15 2023 bilux <[email protected]> 0.6-1
* Thu Apr 29 2021 bilux <[email protected]> 0.4-1
Expand Down
2 changes: 1 addition & 1 deletion src/com/hq/mobydroid/gui/JPanel_Home.form
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<Color blue="4a" green="c3" red="8b" type="rgb"/>
</Property>
<Property name="horizontalAlignment" type="int" value="0"/>
<Property name="text" type="java.lang.String" value="MobyDroid v0.7"/>
<Property name="text" type="java.lang.String" value="MobyDroid v0.7.2"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jLabel_About">
Expand Down
2 changes: 1 addition & 1 deletion src/com/hq/mobydroid/gui/JPanel_Home.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private void initComponents() {

jLabel_AndroLabel.setForeground(new java.awt.Color(139, 195, 74));
jLabel_AndroLabel.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
jLabel_AndroLabel.setText("MobyDroid v0.7");
jLabel_AndroLabel.setText("MobyDroid v0.7.2");

jLabel_About.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
jLabel_About.setText("Bilux ([email protected])");
Expand Down

0 comments on commit f5f8247

Please sign in to comment.