forked from buzzhub/lsyupdate
feat:新增版本支持
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
sed -i 's/Architecture: arm64/Architecture: amd64/' ./lsyloader/DEBIAN/control
|
||||
dpkg-deb --build lsyloader
|
||||
ver=$(dpkg-deb --show lsyloader.deb|awk '{print $2}')
|
||||
echo `sha256sum lsyloader.deb` >> "lsyloader$ver.debSign"
|
||||
mv lsyloader.deb lsyloader$ver.deb
|
||||
chmod 777 *.deb
|
||||
mkdir -p amd64
|
||||
mv *.deb ./amd64/
|
||||
mv *.debSign ./amd64/
|
||||
+5
-1
@@ -1,5 +1,9 @@
|
||||
sed -i 's/Architecture: amd64/Architecture: arm64/' ./lsyloader/DEBIAN/control
|
||||
dpkg-deb --build lsyloader
|
||||
ver=$(dpkg-deb --show lsyloader.deb|awk '{print $2}')
|
||||
echo `sha256sum lsyloader.deb` >> "lsyloader$ver.debSign"
|
||||
mv lsyloader.deb lsyloader$ver.deb
|
||||
chmod 777 *.deb
|
||||
chmod 777 *.deb
|
||||
mkdir -p arm64
|
||||
mv *.deb ./arm64/
|
||||
mv *.debSign ./arm64/
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: lsyloader
|
||||
Version: 1.0.1
|
||||
Version: 1.0.0
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Architecture: amd64
|
||||
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
bc41b7e875a1303f8cb4bdf14b5352a56537aaf01dc265e5f929f6b71a8c722f lsyloader.deb
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
24708d46126cb647a0bd1fdf1b0beb49aee9091558c023ea0eed555005ca0e76 lsyloader.deb
|
||||
Executable
BIN
Binary file not shown.
@@ -0,0 +1 @@
|
||||
505350e54fa324427e02dc2ef77034a5d643b2fbcb0a8b5299853dd2b57d3929 lsyupdate1.0.0.deb
|
||||
Executable
BIN
Binary file not shown.
@@ -0,0 +1 @@
|
||||
99decba8f55dd193556c60e43fc96b990550f28beaa66068cb4d29bdd616ef14 lsyupdate1.0.1.deb
|
||||
Executable
BIN
Binary file not shown.
@@ -0,0 +1 @@
|
||||
39993643900812e4103fc2e862a4980252f671b7ff6aae7ba0c9b2c62bec84ac lsyupdate1.0.0.deb
|
||||
Executable
BIN
Binary file not shown.
@@ -0,0 +1 @@
|
||||
faf33ec3ef6d18015d20008e24fe13cd3684bde2d9d8db5cd2243865350d0cc9 lsyupdate1.0.1.deb
|
||||
Executable
+9
@@ -0,0 +1,9 @@
|
||||
sed -i 's/Architecture: arm64/Architecture: amd64/' ./lsyupdate/DEBIAN/control
|
||||
dpkg-deb --build lsyupdate
|
||||
ver=$(dpkg-deb --show lsyupdate.deb|awk '{print $2}')
|
||||
mv lsyupdate.deb lsyupdate$ver.deb
|
||||
echo `sha256sum "lsyupdate$ver.deb"`>>"lsyupdate$ver.debSign"
|
||||
chmod 777 *.deb
|
||||
mkdir -p amd64
|
||||
mv *.deb ./amd64/
|
||||
mv *.debSign ./amd64/
|
||||
+5
-1
@@ -1,5 +1,9 @@
|
||||
sed -i 's/Architecture: amd64/Architecture: arm64/' ./lsyupdate/DEBIAN/control
|
||||
dpkg-deb --build lsyupdate
|
||||
ver=$(dpkg-deb --show lsyupdate.deb|awk '{print $2}')
|
||||
mv lsyupdate.deb lsyupdate$ver.deb
|
||||
echo `sha256sum "lsyupdate$ver.deb"`>>"lsyupdate$ver.debSign"
|
||||
chmod 777 *.deb
|
||||
chmod 777 *.deb
|
||||
mkdir -p arm64
|
||||
mv *.deb ./arm64/
|
||||
mv *.debSign ./arm64/
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: lsyupdate
|
||||
Version: 1.0.1
|
||||
Version: 1.0.0
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Architecture: amd64
|
||||
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
b39ef51484b8466893a4c8bc8e8a5091efba7b528d575c39f7bdf7187c8d96d1 lsyupdate1.0.0.deb
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
88b109f8f6d0cdc6446267c9427ad4c52c0fdab62501b0e19f6a9405efe79e47 lsyupdate1.0.1.deb
|
||||
Reference in New Issue
Block a user