-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: ibilux <[email protected]>
- Loading branch information
Showing
7 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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])"); | ||
|